diff --git a/cmake/packaging/windows/fastrtps-config.cmake b/cmake/packaging/windows/fastdds-config.cmake similarity index 100% rename from cmake/packaging/windows/fastrtps-config.cmake rename to cmake/packaging/windows/fastdds-config.cmake diff --git a/cmake/packaging/windows/fastrtps.manifest.in b/cmake/packaging/windows/fastdds.manifest.in similarity index 100% rename from cmake/packaging/windows/fastrtps.manifest.in rename to cmake/packaging/windows/fastdds.manifest.in diff --git a/src/cpp/CMakeLists.txt b/src/cpp/CMakeLists.txt index 4205e033d5f..12ba05ede58 100644 --- a/src/cpp/CMakeLists.txt +++ b/src/cpp/CMakeLists.txt @@ -521,12 +521,12 @@ if(MSVC OR MSVC_IDE) # replace the values in the manifest template configure_file( - "${PROJECT_SOURCE_DIR}/cmake/packaging/windows/fastrtps.manifest.in" - "${PROJECT_BINARY_DIR}/fastrtps.manifest" + "${PROJECT_SOURCE_DIR}/cmake/packaging/windows/fastdds.manifest.in" + "${PROJECT_BINARY_DIR}/fastdds.manifest" @ONLY ) - file(TO_NATIVE_PATH "${PROJECT_BINARY_DIR}/fastrtps.manifest" MANIFEST_FILE_PATH) + file(TO_NATIVE_PATH "${PROJECT_BINARY_DIR}/fastdds.manifest" MANIFEST_FILE_PATH) target_link_options(${PROJECT_NAME} PRIVATE "/MANIFEST:EMBED" "/MANIFESTINPUT:${MANIFEST_FILE_PATH}") unset(WINDOWS_SOURCE_DIR)