No longer try to install build/include
This commit is contained in:
parent
5fde4081dc
commit
6b87927acf
@ -5,7 +5,6 @@ include(CMakePackageConfigHelpers)
|
|||||||
install(
|
install(
|
||||||
DIRECTORY
|
DIRECTORY
|
||||||
"${PROJECT_SOURCE_DIR}/include/" # our header files
|
"${PROJECT_SOURCE_DIR}/include/" # our header files
|
||||||
"${PROJECT_BINARY_DIR}/include/" # generated header files
|
|
||||||
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
|
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
|
||||||
COMPONENT ${package_name}-development
|
COMPONENT ${package_name}-development
|
||||||
# PATTERN "**/third_party" EXCLUDE # skip third party directory
|
# PATTERN "**/third_party" EXCLUDE # skip third party directory
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user