diff options
author | Chris Bieneman <beanz@apple.com> | 2017-07-25 20:30:18 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2017-07-25 20:30:18 +0000 |
commit | 5493c34c85de7ce3cc8532b982e04bcd071bfaaf (patch) | |
tree | 9bb5d3b08f1bfd2162d5e3c23800f0b3e60d8873 | |
parent | 5deeda88a3e2a1e0e0d65c3814f6d0f7ddc0d25e (diff) | |
download | bcm5719-llvm-5493c34c85de7ce3cc8532b982e04bcd071bfaaf.tar.gz bcm5719-llvm-5493c34c85de7ce3cc8532b982e04bcd071bfaaf.zip |
[CMake] NFC. Cleanup unnecessary CMake policy
This is just setting to the default behavior, so it does nothing.
llvm-svn: 309022
-rw-r--r-- | lldb/cmake/modules/LLDBStandalone.cmake | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/cmake/modules/LLDBStandalone.cmake b/lldb/cmake/modules/LLDBStandalone.cmake index 2f959c91fdd..f07a3fcb57b 100644 --- a/lldb/cmake/modules/LLDBStandalone.cmake +++ b/lldb/cmake/modules/LLDBStandalone.cmake @@ -3,10 +3,6 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) project(lldb) - if (POLICY CMP0022) - cmake_policy(SET CMP0022 NEW) # automatic when 2.8.12 is required - endif() - option(LLVM_INSTALL_TOOLCHAIN_ONLY "Only include toolchain files in the 'install' target." OFF) # Rely on llvm-config. |