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)
2121 find_package (ament_cmake_gtest REQUIRED)
2222 find_package (ament_cmake_pytest REQUIRED)
2323 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)
2929 find_package (test_interface_files REQUIRED)
3030 find_package (type_description_interfaces REQUIRED)
3131 ament_lint_auto_find_test_dependencies()
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ endif()
1919
2020find_package (ament_cmake_ros REQUIRED)
2121find_package (rcutils REQUIRED)
22- find_package (rosidl_typesupport_interface REQUIRED)
22+ find_package (rosidl_typesupport_interface 4 REQUIRED)
2323
2424file (GLOB type_description_sources "src/type_description/*.c" )
2525file (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)
33project (rosidl_runtime_cpp)
44
55find_package (ament_cmake REQUIRED)
6- find_package (rosidl_runtime_c REQUIRED)
6+ find_package (rosidl_runtime_c 4 REQUIRED)
77
88add_library (${PROJECT_NAME} INTERFACE )
99target_include_directories (${PROJECT_NAME} INTERFACE
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ endif()
1313
1414find_package (ament_cmake_python REQUIRED)
1515find_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)
1818
1919ament_export_dependencies(rosidl_runtime_cpp rosidl_typesupport_introspection_c)
2020
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ if(BUILD_TESTING)
2222 add_compile_options (-Wno-gnu-zero-variadic-macro-arguments)
2323 endif ()
2424
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)
3030 find_package (test_interface_files REQUIRED)
3131
3232 # Drop BoundedPlainSequences as BoundedSequences
@@ -43,7 +43,7 @@ if(BUILD_TESTING)
4343
4444 find_package (rcutils REQUIRED)
4545 find_package (rcpputils REQUIRED)
46- find_package (rosidl_typesupport_interface REQUIRED)
46+ find_package (rosidl_typesupport_interface 4 REQUIRED)
4747
4848 add_library (${PROJECT_NAME} _library INTERFACE )
4949 target_include_directories (${PROJECT_NAME} _library INTERFACE include /)
You can’t perform that action at this time.
0 commit comments