projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2088a75
)
[pstl] Fix CMake configuration when parallel policies are disabled
author
Louis Dionne
<ldionne@apple.com>
Thu, 10 Jan 2019 11:17:26 +0000
(11:17 +0000)
committer
Louis Dionne
<ldionne@apple.com>
Thu, 10 Jan 2019 11:17:26 +0000
(11:17 +0000)
llvm-svn: 350812
pstl/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/pstl/CMakeLists.txt
b/pstl/CMakeLists.txt
index
c29941c
..
25df74f
100644
(file)
--- a/
pstl/CMakeLists.txt
+++ b/
pstl/CMakeLists.txt
@@
-47,7
+47,7
@@
if (PARALLELSTL_USE_PARALLEL_POLICIES)
endif()
endif()
else()
- target_
add
_definitions(ParallelSTL INTERFACE PSTL_USE_PARALLEL_POLICIES=0)
+ target_
compile
_definitions(ParallelSTL INTERFACE PSTL_USE_PARALLEL_POLICIES=0)
endif()
target_include_directories(ParallelSTL