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.
2 parents 874e6a5 + 7907813 commit b3f6f78Copy full SHA for b3f6f78
lldb/cmake/modules/LLDBStandalone.cmake
@@ -1,3 +1,9 @@
1
+# CMP0116: Ninja generators transform `DEPFILE`s from `add_custom_command()`
2
+# New in CMake 3.20. https://cmake.org/cmake/help/latest/policy/CMP0116.html
3
+if(POLICY CMP0116)
4
+ cmake_policy(SET CMP0116 OLD)
5
+endif()
6
+
7
option(LLVM_INSTALL_TOOLCHAIN_ONLY "Only include toolchain files in the 'install' target." OFF)
8
9
find_package(LLVM REQUIRED CONFIG HINTS ${LLVM_DIR} NO_CMAKE_FIND_ROOT_PATH)
0 commit comments