diff options
author | Aric Belsito <lluixhi@gmail.com> | 2017-09-08 13:43:38 -0700 |
---|---|---|
committer | Aric Belsito <lluixhi@gmail.com> | 2017-09-10 11:54:23 -0700 |
commit | cbe57bef0454595714224b1d7aea0da5582af63e (patch) | |
tree | b82c46c1c76ed804b2fa0ab430d85ca0de83fe70 /include/CMakeLists.txt | |
parent | 8a2a079b6da03d636502ff0b4bc4a2f3aee0c3ea (diff) | |
download | portable-cbe57bef0454595714224b1d7aea0da5582af63e.tar.gz portable-cbe57bef0454595714224b1d7aea0da5582af63e.tar.bz2 portable-cbe57bef0454595714224b1d7aea0da5582af63e.zip |
Some CMake Fixes.
pqueue.h was getting installed when it shouldn't.
pkgconfig files were not getting installed or generated.
Diffstat (limited to 'include/CMakeLists.txt')
-rw-r--r-- | include/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index b730954..1d1a159 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt | |||
@@ -3,5 +3,6 @@ if(ENABLE_LIBRESSL_INSTALL) | |||
3 | DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} | 3 | DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} |
4 | PATTERN "CMakeLists.txt" EXCLUDE | 4 | PATTERN "CMakeLists.txt" EXCLUDE |
5 | PATTERN "compat" EXCLUDE | 5 | PATTERN "compat" EXCLUDE |
6 | PATTERN "pqueue.h" EXCLUDE | ||
6 | PATTERN "Makefile*" EXCLUDE) | 7 | PATTERN "Makefile*" EXCLUDE) |
7 | endif(ENABLE_LIBRESSL_INSTALL) | 8 | endif(ENABLE_LIBRESSL_INSTALL) |