Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 112d3a3

Browse files
author
Chris Bieneman
committedJul 25, 2017
[CMake] NFC. Cleanup unnecessary CMake policy
This is just setting to the default behavior, so it does nothing. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@309022 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 10e79c4 commit 112d3a3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎cmake/modules/LLDBStandalone.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
44
project(lldb)
55

6-
if (POLICY CMP0022)
7-
cmake_policy(SET CMP0022 NEW) # automatic when 2.8.12 is required
8-
endif()
9-
106
option(LLVM_INSTALL_TOOLCHAIN_ONLY "Only include toolchain files in the 'install' target." OFF)
117

128
# Rely on llvm-config.

0 commit comments

Comments
 (0)
This repository has been archived.