From 2fb322537541b991f941f09bc7fc0e7116b316ef Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 9 Apr 2019 16:48:43 +0000 Subject: [PATCH] [pstl][NFC] Move the ParallelSTLConfig template to the cmake/ subdirectory llvm-svn: 358018 --- pstl/CMakeLists.txt | 2 +- pstl/{ => cmake}/ParallelSTLConfig.cmake.in | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pstl/{ => cmake}/ParallelSTLConfig.cmake.in (100%) diff --git a/pstl/CMakeLists.txt b/pstl/CMakeLists.txt index 09094d4cc3a8..b6733bca66fa 100644 --- a/pstl/CMakeLists.txt +++ b/pstl/CMakeLists.txt @@ -62,7 +62,7 @@ write_basic_package_version_file( COMPATIBILITY AnyNewerVersion) configure_file( - ParallelSTLConfig.cmake.in + cmake/ParallelSTLConfig.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/ParallelSTLConfig.cmake @ONLY) diff --git a/pstl/ParallelSTLConfig.cmake.in b/pstl/cmake/ParallelSTLConfig.cmake.in similarity index 100% rename from pstl/ParallelSTLConfig.cmake.in rename to pstl/cmake/ParallelSTLConfig.cmake.in