Remove trailing slash from destination include directory
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
75f38fea8b
commit
3e33fb4b64
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