mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-04 08:16:49 +00:00
[pstl] Require C++17 when linking against pstl
llvm-svn: 357609
This commit is contained in:
parent
9e28dddf55
commit
540e18ded7
@ -29,6 +29,7 @@ endif()
|
||||
|
||||
add_library(ParallelSTL INTERFACE)
|
||||
add_library(pstl::ParallelSTL ALIAS ParallelSTL)
|
||||
target_compile_features(ParallelSTL INTERFACE cxx_std_17)
|
||||
|
||||
if (PARALLELSTL_USE_PARALLEL_POLICIES)
|
||||
message(STATUS "Using Parallel Policies")
|
||||
|
Loading…
x
Reference in New Issue
Block a user