Merge branch 'remove-trailing-slash-install-include' into 'master'
Remove trailing slash from destination include directory See merge request micro-ROS/ros_tracing/ros2_tracing!146
This commit is contained in:
commit
aa59950fe2
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ install(TARGETS
|
||||||
|
|
||||||
install(
|
install(
|
||||||
DIRECTORY ${PROJECT_BINARY_DIR}/include/
|
DIRECTORY ${PROJECT_BINARY_DIR}/include/
|
||||||
DESTINATION include/
|
DESTINATION include
|
||||||
)
|
)
|
||||||
install(
|
install(
|
||||||
TARGETS ${PROJECT_NAME}
|
TARGETS ${PROJECT_NAME}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue