Skip to content

Commit 0aa63eb

Browse files
authored
Update references to Fast DDS (#215)
* Refs #21323: Update references to Fast RTPS Signed-off-by: Mario Dominguez <[email protected]> * Refs #21323: Rename to FASTCDR Signed-off-by: Mario Dominguez <[email protected]> --------- Signed-off-by: Mario Dominguez <[email protected]>
1 parent 88d524b commit 0aa63eb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cmake/packaging/Config.cmake.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ set(@PROJECT_NAME@_VERSION @PROJECT_VERSION@)
1616

1717
@PACKAGE_INIT@
1818

19-
@FASTRTPS_PACKAGE_OPT_BIN_DIR_CONDITION@
19+
@FASTCDR_PACKAGE_OPT_BIN_DIR_CONDITION@
2020
set_and_check(@PROJECT_NAME@_BIN_DIR "@PACKAGE_BIN_INSTALL_DIR@")
2121
endif()
2222
set_and_check(@PROJECT_NAME@_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")

doc/README.html.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1259,7 +1259,7 @@
12591259
<p class="western" style="margin-bottom: 0in; font-variant: normal; letter-spacing: normal; font-style: normal; font-weight: normal"><br/></p>
12601260
<ul>
12611261
<li/>
1262-
<p class="western" style="margin-bottom: 0in"><font color="#000000" face="Arial, sans-serif" size="3" style="font-size: 12pt">eProsima Fast RTPS</i> C++ API html documentation. (<a class="western" href="https://github.com/eProsima/all-docs/blob/master/resources/Fast-CDR-v1_0_15.pdf">https://github.com/eProsima/all-docs/blob/master/resources/Fast-CDR-v1_0_15.pdf</a>)</font></p>
1262+
<p class="western" style="margin-bottom: 0in"><font color="#000000" face="Arial, sans-serif" size="3" style="font-size: 12pt">eProsima Fast DDS</i> C++ API html documentation. (<a class="western" href="https://github.com/eProsima/all-docs/blob/master/resources/Fast-CDR-v1_0_15.pdf">https://github.com/eProsima/all-docs/blob/master/resources/Fast-CDR-v1_0_15.pdf</a>)</font></p>
12631263
</ul>
12641264
<p class="western" style="margin-bottom: 0in"><br/></p>
12651265
<p class="western" style="margin-bottom: 0in; border-top: none; border-bottom: 1px solid #000000; border-left: none; border-right: none; padding-top: 0in; padding-bottom: 0.03in; padding-left: 0in; padding-right: 0in"><br/></p>

src/cpp/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,9 @@ endif()
173173
include(CMakePackageConfigHelpers)
174174

175175
if(BUILD_SHARED_LIBS)
176-
set(FASTRTPS_PACKAGE_OPT_BIN_DIR_CONDITION "if(MSVC OR MSVC_IDE)")
176+
set(FASTCDR_PACKAGE_OPT_BIN_DIR_CONDITION "if(MSVC OR MSVC_IDE)")
177177
else()
178-
set(FASTRTPS_PACKAGE_OPT_BIN_DIR_CONDITION "if(0)")
178+
set(FASTCDR_PACKAGE_OPT_BIN_DIR_CONDITION "if(0)")
179179
endif()
180180

181181
configure_package_config_file(${PROJECT_SOURCE_DIR}/cmake/packaging/Config.cmake.in

0 commit comments

Comments
 (0)