Skip to content

Commit d1209b4

Browse files
committed
Minor fix
Signed-off-by: Alberto Tudela <[email protected]>
1 parent 85ff8b4 commit d1209b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ set(library_name ${PROJECT_NAME}_core)
7373
add_library(${library_name} SHARED ${source})
7474
target_include_directories(${library_name} PUBLIC
7575
"$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}/include>"
76-
"$<INSTALL_INTERFACE:include/${PROJECT_NAME}>")
76+
"$<INSTALL_INTERFACE:include/${PROJECT_NAME}>"
77+
)
7778
target_link_libraries(${library_name}
7879
PUBLIC
7980
rclcpp::rclcpp

0 commit comments

Comments
 (0)