Skip to content

Commit

Permalink
Refs #19378: Fix flow controllers unittests build when using Fast CDR…
Browse files Browse the repository at this point in the history
… as thirdparty

Signed-off-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
EduPonz committed Oct 11, 2023
1 parent a7aa545 commit 19b555d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unittest/rtps/flowcontrol/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ target_include_directories(FlowControllerFactoryTests PRIVATE
${PROJECT_SOURCE_DIR}/include ${PROJECT_BINARY_DIR}/include
${PROJECT_SOURCE_DIR}/src/cpp
)
target_link_libraries(FlowControllerFactoryTests GTest::gmock)
target_link_libraries(FlowControllerFactoryTests fastcdr GTest::gmock)
if(MSVC OR MSVC_IDE)
target_link_libraries(FlowControllerFactoryTests ${PRIVACY}
iphlpapi Shlwapi
Expand Down Expand Up @@ -73,7 +73,7 @@ target_include_directories(FlowControllerPublishModesTests PRIVATE
${PROJECT_SOURCE_DIR}/include ${PROJECT_BINARY_DIR}/include
${PROJECT_SOURCE_DIR}/src/cpp
)
target_link_libraries(FlowControllerPublishModesTests GTest::gmock)
target_link_libraries(FlowControllerPublishModesTests fastcdr GTest::gmock)
if(MSVC OR MSVC_IDE)
target_link_libraries(FlowControllerPublishModesTests ${PRIVACY}
iphlpapi Shlwapi
Expand All @@ -97,7 +97,7 @@ target_include_directories(FlowControllerSchedulersTests PRIVATE
${PROJECT_SOURCE_DIR}/include ${PROJECT_BINARY_DIR}/include
${PROJECT_SOURCE_DIR}/src/cpp
)
target_link_libraries(FlowControllerSchedulersTests GTest::gmock)
target_link_libraries(FlowControllerSchedulersTests fastcdr GTest::gmock)
if(MSVC OR MSVC_IDE)
target_link_libraries(FlowControllerSchedulersTests ${PRIVACY}
iphlpapi Shlwapi
Expand Down

0 comments on commit 19b555d

Please sign in to comment.