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 0b72b04 commit cc3da3bCopy full SHA for cc3da3b
sensor_msgs/CMakeLists.txt
@@ -64,7 +64,7 @@ if(BUILD_TESTING)
64
ament_lint_auto_find_test_dependencies()
65
endif()
66
67
-if(cpp_typesupport_target)
+if(TARGET "${cpp_typesupport_target}")
68
add_library(${PROJECT_NAME}_library INTERFACE)
69
target_include_directories(${PROJECT_NAME}_library INTERFACE
70
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>"
0 commit comments