Skip to content

Commit ec66b31

Browse files
bump CI
1 parent 7aa41fd commit ec66b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Modules/CMakePolicy.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# CMP0116: Ninja generators transform `DEPFILE`s from `add_custom_command()`
44
# New in CMake 3.20. https://cmake.org/cmake/help/latest/policy/CMP0116.html
55
if(POLICY CMP0116)
6-
cmake_policy(SET CMP0116 NEW)
6+
cmake_policy(SET CMP0116 OLD)
77
endif()
88

99
# MSVC debug information format flags are selected via

0 commit comments

Comments
 (0)