We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa41fd commit ec66b31Copy full SHA for ec66b31
cmake/Modules/CMakePolicy.cmake
@@ -3,7 +3,7 @@
3
# CMP0116: Ninja generators transform `DEPFILE`s from `add_custom_command()`
4
# New in CMake 3.20. https://cmake.org/cmake/help/latest/policy/CMP0116.html
5
if(POLICY CMP0116)
6
- cmake_policy(SET CMP0116 NEW)
+ cmake_policy(SET CMP0116 OLD)
7
endif()
8
9
# MSVC debug information format flags are selected via
0 commit comments