From ef14e52be4e1ce4a6aa2a28738aed2cfcc0a31f1 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 8 Jul 2020 14:51:30 -0400 Subject: [pstl] Do not install the __config_site.in file The generated version of the file is already installed -- we shouldn't install the pre-generation version of the file. --- pstl/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pstl') diff --git a/pstl/CMakeLists.txt b/pstl/CMakeLists.txt index dd601bc58a4f..8e6e1354707b 100644 --- a/pstl/CMakeLists.txt +++ b/pstl/CMakeLists.txt @@ -86,7 +86,8 @@ install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ParallelSTLConfig.cmake" "${CMAKE_CURRENT_BINARY_DIR}/ParallelSTLConfigVersion.cmake" DESTINATION lib/cmake/ParallelSTL) install(DIRECTORY include/ - DESTINATION include) + DESTINATION include + PATTERN "*.in" EXCLUDE) install(FILES "${PSTL_CONFIG_SITE_PATH}" DESTINATION include) -- cgit v1.2.1