@@ -23,7 +23,7 @@ message(STATUS "Configuring python wrapper for types in test_included_modules...
2323project (test_included_modules)
2424
2525find_package (fastcdr REQUIRED )
26- find_package (fastrtps REQUIRED )
26+ find_package (fastdds REQUIRED )
2727
2828set (CMAKE_POSITION_INDEPENDENT_CODE ON )
2929
@@ -43,7 +43,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC
4343target_link_libraries (${PROJECT_NAME }
4444 PUBLIC
4545 fastcdr
46- fastrtps
46+ fastdds
4747 )
4848
4949###############################################################################
@@ -88,7 +88,7 @@ endif()
8888
8989target_link_libraries (${${PROJECT_NAME } _MODULE}
9090 Python3::Module
91- fastrtps
91+ fastdds
9292 ${PROJECT_NAME }
9393 )
9494
@@ -131,7 +131,7 @@ message(STATUS "Configuring python wrapper for types in test_modules...")
131131project (test_modules)
132132
133133find_package (fastcdr REQUIRED )
134- find_package (fastrtps REQUIRED )
134+ find_package (fastdds REQUIRED )
135135
136136set (CMAKE_POSITION_INDEPENDENT_CODE ON )
137137
@@ -151,7 +151,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC
151151target_link_libraries (${PROJECT_NAME }
152152 PUBLIC
153153 fastcdr
154- fastrtps
154+ fastdds
155155 )
156156
157157###############################################################################
@@ -196,7 +196,7 @@ endif()
196196
197197target_link_libraries (${${PROJECT_NAME } _MODULE}
198198 Python3::Module
199- fastrtps
199+ fastdds
200200 ${PROJECT_NAME }
201201 )
202202
@@ -239,7 +239,7 @@ message(STATUS "Configuring python wrapper for types in test_complete...")
239239project (test_complete)
240240
241241find_package (fastcdr REQUIRED )
242- find_package (fastrtps REQUIRED )
242+ find_package (fastdds REQUIRED )
243243
244244set (CMAKE_POSITION_INDEPENDENT_CODE ON )
245245
@@ -259,7 +259,7 @@ target_include_directories(${PROJECT_NAME} PUBLIC
259259target_link_libraries (${PROJECT_NAME }
260260 PUBLIC
261261 fastcdr
262- fastrtps
262+ fastdds
263263 test_included_modules
264264 )
265265
@@ -305,7 +305,7 @@ endif()
305305
306306target_link_libraries (${${PROJECT_NAME } _MODULE}
307307 Python3::Module
308- fastrtps
308+ fastdds
309309 ${PROJECT_NAME }
310310 )
311311
0 commit comments