Skip to content

Commit 6f1d28f

Browse files
committed
CMP0167 old
1 parent fa23076 commit 6f1d28f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ if(COMMAND cmake_policy)
99
cmake_policy(SET CMP0094 NEW) # for Python*_FIND_STRATEGY=LOCATION
1010
cmake_policy(SET CMP0042 NEW)
1111
cmake_policy(SET CMP0054 NEW)
12+
cmake_policy(SET CMP0167 OLD)
1213
endif(COMMAND cmake_policy)
1314

1415
# install targets in root of the build dir, using $<0:> generator expression to force it from not being overwritten

0 commit comments

Comments
 (0)