Skip to content

Commit 2c43011

Browse files
richiwareJLBuenoLopez
authored andcommitted
Refs #19451: regenerate types
Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
1 parent 3c1b312 commit 2c43011

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

fastdds_python/test/types/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ message(STATUS "Configuring python wrapper for types in test_included_modules...
2323
project(test_included_modules)
2424

2525
find_package(fastcdr REQUIRED)
26-
find_package(fastdds REQUIRED)
26+
find_package(fastdds 3 REQUIRED)
2727

2828
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
2929

@@ -130,7 +130,7 @@ message(STATUS "Configuring python wrapper for types in test_modules...")
130130
project(test_modules)
131131

132132
find_package(fastcdr REQUIRED)
133-
find_package(fastdds REQUIRED)
133+
find_package(fastdds 3 REQUIRED)
134134

135135
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
136136

@@ -237,7 +237,7 @@ message(STATUS "Configuring python wrapper for types in test_complete...")
237237
project(test_complete)
238238

239239
find_package(fastcdr REQUIRED)
240-
find_package(fastdds REQUIRED)
240+
find_package(fastdds 3 REQUIRED)
241241

242242
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
243243

fastdds_python_examples/HelloWorldExample/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ message(STATUS "Configuring python wrapper for types in HelloWorld...")
2323
project(HelloWorld)
2424

2525
find_package(fastcdr REQUIRED)
26-
find_package(fastdds REQUIRED)
26+
find_package(fastdds 3 REQUIRED)
2727

2828
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
2929

0 commit comments

Comments
 (0)