Skip to content

Commit e9ec498

Browse files
committed
Don't install headers
The package does not export any libraries so there's no reason to install header files
1 parent 576dd6d commit e9ec498

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ install(TARGETS ${PROJECT_NAME}
7676
DESTINATION lib/${PROJECT_NAME}
7777
)
7878

79-
install(DIRECTORY include/${PROJECT_NAME}/
80-
DESTINATION include/${PROJECT_NAME}
81-
FILES_MATCHING PATTERN "*.h" PATTERN "*.hpp"
82-
)
83-
8479
###########
8580
## Tests ##
8681
###########

0 commit comments

Comments
 (0)