File tree Expand file tree Collapse file tree
fastdds_python_examples/HelloWorldExample
fastdds_python/test/types Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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 (fastdds REQUIRED )
26+ find_package (fastdds 3 REQUIRED )
2727
2828set (CMAKE_POSITION_INDEPENDENT_CODE ON )
2929
@@ -130,7 +130,7 @@ message(STATUS "Configuring python wrapper for types in test_modules...")
130130project (test_modules)
131131
132132find_package (fastcdr REQUIRED )
133- find_package (fastdds REQUIRED )
133+ find_package (fastdds 3 REQUIRED )
134134
135135set (CMAKE_POSITION_INDEPENDENT_CODE ON )
136136
@@ -237,7 +237,7 @@ message(STATUS "Configuring python wrapper for types in test_complete...")
237237project (test_complete)
238238
239239find_package (fastcdr REQUIRED )
240- find_package (fastdds REQUIRED )
240+ find_package (fastdds 3 REQUIRED )
241241
242242set (CMAKE_POSITION_INDEPENDENT_CODE ON )
243243
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ message(STATUS "Configuring python wrapper for types in HelloWorld...")
2323project (HelloWorld)
2424
2525find_package (fastcdr REQUIRED )
26- find_package (fastdds REQUIRED )
26+ find_package (fastdds 3 REQUIRED )
2727
2828set (CMAKE_POSITION_INDEPENDENT_CODE ON )
2929
You can’t perform that action at this time.
0 commit comments