We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa02f2 commit 980db2dCopy full SHA for 980db2d
CMakeLists.txt
@@ -214,7 +214,7 @@ endif()
214
# INSTALL
215
216
INSTALL(TARGETS ${BTCPP_LIBRARY}
217
- EXPORT ${PROJECT_NAME}Targets
+ EXPORT ${BTCPP_LIBRARY}Targets
218
ARCHIVE DESTINATION ${BTCPP_LIB_DESTINATION}
219
LIBRARY DESTINATION ${BTCPP_LIB_DESTINATION}
220
RUNTIME DESTINATION ${BTCPP_BIN_DESTINATION}
cmake/ament_build.cmake
@@ -33,5 +33,6 @@ mark_as_advanced(
33
macro(export_btcpp_package)
34
ament_export_include_directories(include)
35
ament_export_libraries(${BTCPP_LIBRARY})
36
+ ament_export_targets(${BTCPP_LIBRARY}Targets)
37
ament_package()
38
endmacro()
0 commit comments