summaryrefslogtreecommitdiffstats
path: root/pstl/cmake/ParallelSTLConfig.cmake.in
Commit message (Collapse)AuthorAgeFilesLines
* [pstl] Rename PARALLELSTL_BACKEND to PSTL_PARALLEL_BACKENDLouis Dionne2019-08-131-2/+2
| | | | | | | | | It makes more sense to name configuration options as PSTL_XXX. Also, I'm naming it PSTL_PARALLEL_BACKEND because we might introduce the ability to customize the vectorization backend, in which case PSTL_BACKEND would become ambiguous. llvm-svn: 368672
* [pstl][CMake] Install CMake export filesLouis Dionne2019-04-091-3/+5
| | | | | | | This allows other projects to depend on PSTL using the classic CMake find_package protocol. llvm-svn: 358028
* [pstl][NFC] Move the ParallelSTLConfig template to the cmake/ subdirectoryLouis Dionne2019-04-091-0/+17
llvm-svn: 358018
OpenPOWER on IntegriCloud