File tree Expand file tree Collapse file tree 5 files changed +15
-15
lines changed
rosidl_typesupport_introspection_cpp
rosidl_typesupport_introspection_tests Expand file tree Collapse file tree 5 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ if(BUILD_TESTING)
21
21
find_package (ament_cmake_gtest REQUIRED )
22
22
find_package (ament_cmake_pytest REQUIRED )
23
23
find_package (ament_lint_auto REQUIRED )
24
- find_package (rosidl_cmake REQUIRED )
25
- find_package (rosidl_generator_cpp REQUIRED )
26
- find_package (rosidl_generator_type_description REQUIRED )
27
- find_package (rosidl_runtime_c REQUIRED )
28
- find_package (rosidl_runtime_cpp REQUIRED )
24
+ find_package (rosidl_cmake 4 REQUIRED )
25
+ find_package (rosidl_generator_cpp 4 REQUIRED )
26
+ find_package (rosidl_generator_type_description 4 REQUIRED )
27
+ find_package (rosidl_runtime_c 4 REQUIRED )
28
+ find_package (rosidl_runtime_cpp 4 REQUIRED )
29
29
find_package (test_interface_files REQUIRED )
30
30
find_package (type_description_interfaces REQUIRED )
31
31
ament_lint_auto_find_test_dependencies ()
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ endif()
19
19
20
20
find_package (ament_cmake_ros REQUIRED )
21
21
find_package (rcutils REQUIRED )
22
- find_package (rosidl_typesupport_interface REQUIRED )
22
+ find_package (rosidl_typesupport_interface 4 REQUIRED )
23
23
24
24
file (GLOB type_description_sources "src/type_description/*.c" )
25
25
file (GLOB type_description_includes "include/rosidl_runtime_c/type_description/*.h" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.5)
3
3
project (rosidl_runtime_cpp )
4
4
5
5
find_package (ament_cmake REQUIRED )
6
- find_package (rosidl_runtime_c REQUIRED )
6
+ find_package (rosidl_runtime_c 4 REQUIRED )
7
7
8
8
add_library (${PROJECT_NAME} INTERFACE )
9
9
target_include_directories (${PROJECT_NAME} INTERFACE
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ endif()
13
13
14
14
find_package (ament_cmake_python REQUIRED )
15
15
find_package (ament_cmake_ros REQUIRED )
16
- find_package (rosidl_runtime_cpp REQUIRED )
17
- find_package (rosidl_typesupport_introspection_c REQUIRED )
16
+ find_package (rosidl_runtime_cpp 4 REQUIRED )
17
+ find_package (rosidl_typesupport_introspection_c 4 REQUIRED )
18
18
19
19
ament_export_dependencies (rosidl_runtime_cpp rosidl_typesupport_introspection_c )
20
20
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ if(BUILD_TESTING)
22
22
add_compile_options (-Wno-gnu-zero-variadic-macro-arguments )
23
23
endif ()
24
24
25
- find_package (rosidl_cmake REQUIRED )
26
- find_package (rosidl_generator_c REQUIRED )
27
- find_package (rosidl_generator_cpp REQUIRED )
28
- find_package (rosidl_typesupport_introspection_c REQUIRED )
29
- find_package (rosidl_typesupport_introspection_cpp REQUIRED )
25
+ find_package (rosidl_cmake 4 REQUIRED )
26
+ find_package (rosidl_generator_c 4 REQUIRED )
27
+ find_package (rosidl_generator_cpp 4 REQUIRED )
28
+ find_package (rosidl_typesupport_introspection_c 4 REQUIRED )
29
+ find_package (rosidl_typesupport_introspection_cpp 4 REQUIRED )
30
30
find_package (test_interface_files REQUIRED )
31
31
32
32
# Drop BoundedPlainSequences as BoundedSequences
@@ -43,7 +43,7 @@ if(BUILD_TESTING)
43
43
44
44
find_package (rcutils REQUIRED )
45
45
find_package (rcpputils REQUIRED )
46
- find_package (rosidl_typesupport_interface REQUIRED )
46
+ find_package (rosidl_typesupport_interface 4 REQUIRED )
47
47
48
48
add_library (${PROJECT_NAME} _library INTERFACE )
49
49
target_include_directories (${PROJECT_NAME} _library INTERFACE include / )
You can’t perform that action at this time.
0 commit comments