Merge branch 'master' of https://github.com/libressl-portable/portable into SkipInstall

Fix merge conflicts from GNUInstallDirs merge to master.
This commit is contained in:
d3x0r
2017-07-06 23:11:11 -07:00
11 changed files with 38 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
if(ENABLE_LIBRESSL_INSTALL)
install(DIRECTORY .
DESTINATION include
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
PATTERN "CMakeLists.txt" EXCLUDE
PATTERN "compat" EXCLUDE
PATTERN "compat" EXCLUDE
PATTERN "Makefile*" EXCLUDE)
endif(ENABLE_LIBRESSL_INSTALL)