From cbe57bef0454595714224b1d7aea0da5582af63e Mon Sep 17 00:00:00 2001 From: Aric Belsito Date: Fri, 8 Sep 2017 13:43:38 -0700 Subject: Some CMake Fixes. pqueue.h was getting installed when it shouldn't. pkgconfig files were not getting installed or generated. --- include/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'include/CMakeLists.txt') 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) DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} PATTERN "CMakeLists.txt" EXCLUDE PATTERN "compat" EXCLUDE + PATTERN "pqueue.h" EXCLUDE PATTERN "Makefile*" EXCLUDE) endif(ENABLE_LIBRESSL_INSTALL) -- cgit v1.2.3-55-g6feb