File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ install(
224224 PATTERN "*.so"
225225 PATTERN "*.pyd"
226226)
227- # ------------------------------------------------------------------------ #
227+
228228jrl_target_headers(nanoeigenpy_headers INTERFACE
229229 HEADERS ${nanoeigenpy_HEADERS}
230230 BASE_DIRS include
@@ -233,11 +233,15 @@ jrl_target_headers(nanoeigenpy_headers INTERFACE
233233jrl_add_export_component(NAME nanoeigenpy_headers TARGETS nanoeigenpy_headers)
234234jrl_export_package()
235235
236- # ------------------------------------------------------------------------ #
237236if (BUILD_TESTING)
238237 enable_testing ()
239238 add_subdirectory (tests)
240239endif ()
241240
241+ jrl_generate_ros2_package_files(
242+ INSTALL_CPP_PACKAGE_FILES [[NOT BUILD_STANDALONE_PYTHON_INTERFACE]]
243+ INSTALL_PYTHON_PACKAGE_FILES [[BUILD_PYTHON_INTERFACE]]
244+ )
245+
242246jrl_print_dependencies_summary()
243247jrl_print_options_summary()
You can’t perform that action at this time.
0 commit comments