Skip to content

Commit

Permalink
Update references to Fast DDS (#215)
Browse files Browse the repository at this point in the history
* Refs #21323: Update references to Fast RTPS

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>

* Refs #21323: Rename to FASTCDR

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>

---------

Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
  • Loading branch information
Mario-DL committed Jul 10, 2024
1 parent 88d524b commit 0aa63eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake/packaging/Config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(@PROJECT_NAME@_VERSION @PROJECT_VERSION@)

@PACKAGE_INIT@

@FASTRTPS_PACKAGE_OPT_BIN_DIR_CONDITION@
@FASTCDR_PACKAGE_OPT_BIN_DIR_CONDITION@
set_and_check(@PROJECT_NAME@_BIN_DIR "@PACKAGE_BIN_INSTALL_DIR@")
endif()
set_and_check(@PROJECT_NAME@_INCLUDE_DIR "@PACKAGE_INCLUDE_INSTALL_DIR@")
Expand Down
2 changes: 1 addition & 1 deletion doc/README.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@
<p class="western" style="margin-bottom: 0in; font-variant: normal; letter-spacing: normal; font-style: normal; font-weight: normal"><br/></p>
<ul>
<li/>
<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>
<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>
</ul>
<p class="western" style="margin-bottom: 0in"><br/></p>
<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>
Expand Down
4 changes: 2 additions & 2 deletions src/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ endif()
include(CMakePackageConfigHelpers)

if(BUILD_SHARED_LIBS)
set(FASTRTPS_PACKAGE_OPT_BIN_DIR_CONDITION "if(MSVC OR MSVC_IDE)")
set(FASTCDR_PACKAGE_OPT_BIN_DIR_CONDITION "if(MSVC OR MSVC_IDE)")
else()
set(FASTRTPS_PACKAGE_OPT_BIN_DIR_CONDITION "if(0)")
set(FASTCDR_PACKAGE_OPT_BIN_DIR_CONDITION "if(0)")
endif()

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

0 comments on commit 0aa63eb

Please sign in to comment.