No longer try to install build/include

This commit is contained in:
Jeremy 2024-01-29 23:31:40 -06:00
parent 5fde4081dc
commit 6b87927acf
No known key found for this signature in database
GPG Key ID: 19AA8270105E8EB4

View File

@ -5,7 +5,6 @@ include(CMakePackageConfigHelpers)
install(
DIRECTORY
"${PROJECT_SOURCE_DIR}/include/" # our header files
"${PROJECT_BINARY_DIR}/include/" # generated header files
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
COMPONENT ${package_name}-development
# PATTERN "**/third_party" EXCLUDE # skip third party directory