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 c76cd28 commit a99eb57Copy full SHA for a99eb57
rosidl_generator_c/CMakeLists.txt
@@ -61,7 +61,7 @@ if(BUILD_TESTING)
61
)
62
63
# include the built files directly, instead of their install location
64
- include_directories("${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}")
+ include_directories("${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}" ${rosidl_runtime_c_INCLUDE_DIRS})
65
target_link_libraries(test_compilation_c
66
${PROJECT_NAME}_interfaces__${PROJECT_NAME}
67
${rosidl_runtime_c_LIBRARIES}
0 commit comments