Skip to content

Commit e03f42a

Browse files
bump CI
1 parent ec66b31 commit e03f42a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cmake/Modules/CMakePolicy.cmake

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# CMake policy settings shared between LLVM projects
22

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 OLD)
7-
endif()
8-
93
# MSVC debug information format flags are selected via
104
# CMAKE_MSVC_DEBUG_INFORMATION_FORMAT, instead of
115
# embedding flags in e.g. CMAKE_CXX_FLAGS_RELEASE.

0 commit comments

Comments
 (0)