mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-23 21:53:49 +01:00
bugfix #2781776 - cmake instals .svn directories
This commit is contained in:
@@ -37,6 +37,7 @@ target_link_libraries( ${LIBNAMED} PocoFoundationd ${SYSLIBS})
|
||||
install(
|
||||
DIRECTORY include/Poco
|
||||
DESTINATION include
|
||||
PATTERN ".svn" EXCLUDE
|
||||
)
|
||||
|
||||
install(
|
||||
|
||||
Reference in New Issue
Block a user