We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa23076 commit 6f1d28fCopy full SHA for 6f1d28f
src/CMakeLists.txt
@@ -9,6 +9,7 @@ if(COMMAND cmake_policy)
9
cmake_policy(SET CMP0094 NEW) # for Python*_FIND_STRATEGY=LOCATION
10
cmake_policy(SET CMP0042 NEW)
11
cmake_policy(SET CMP0054 NEW)
12
+ cmake_policy(SET CMP0167 OLD)
13
endif(COMMAND cmake_policy)
14
15
# install targets in root of the build dir, using $<0:> generator expression to force it from not being overwritten
0 commit comments