[pstl] Make sure we install all of PSTL's include/ directory

We want to install files directly in include/, not only in include/pstl.

llvm-svn: 368203
This commit is contained in:
Louis Dionne 2019-08-07 20:29:04 +00:00
parent 85f07cbb54
commit 762e662582
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ install(EXPORT ParallelSTLTargets
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ParallelSTLConfig.cmake"
"${CMAKE_CURRENT_BINARY_DIR}/ParallelSTLConfigVersion.cmake"
DESTINATION lib/cmake/ParallelSTL)
install(DIRECTORY include/pstl
install(DIRECTORY include/
DESTINATION include)
add_custom_target(install-pstl