Skip to content

Commit

Permalink
Remove unnecessary file install exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Dec 20, 2023
1 parent fe32316 commit f0134c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ endif()
# setup the install rules
install(DIRECTORY include/
DESTINATION include
COMPONENT devel
PATTERN ".svn" EXCLUDE)
COMPONENT devel)
install(FILES license.md DESTINATION ${INSTALL_MISC_DIR})
install(FILES readme.md DESTINATION ${INSTALL_MISC_DIR})

Expand Down

0 comments on commit f0134c0

Please sign in to comment.