summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-06-08 22:19:25 +0000
committerChris Bieneman <beanz@apple.com>2016-06-08 22:19:25 +0000
commitdf04e79f35ba669adba3c43c8b3322a9218d5b92 (patch)
treeda35a6c52885086e585e920f742ac4e38e5a1fe8 /llvm/tools
parent334064577150c09679fcc412f5e8e7f8370fce96 (diff)
downloadbcm5719-llvm-df04e79f35ba669adba3c43c8b3322a9218d5b92.tar.gz
bcm5719-llvm-df04e79f35ba669adba3c43c8b3322a9218d5b92.zip
[CMake] Cleanup uses of USES_TERMINAL
Now that we are on CMake 3.4.3 we no longer need a version check around this. llvm-svn: 272211
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/xcode-toolchain/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/xcode-toolchain/CMakeLists.txt b/llvm/tools/xcode-toolchain/CMakeLists.txt
index bd70be2ce64..92b24581962 100644
--- a/llvm/tools/xcode-toolchain/CMakeLists.txt
+++ b/llvm/tools/xcode-toolchain/CMakeLists.txt
@@ -69,7 +69,7 @@ add_custom_target(install-xcode-toolchain
COMMAND "${CMAKE_COMMAND}"
-DCMAKE_INSTALL_PREFIX=${LLVMToolchainDir}/usr/
-P "${CMAKE_BINARY_DIR}/cmake_install.cmake"
- ${cmake_3_2_USES_TERMINAL})
+ USES_TERMINAL)
if(LLVM_DISTRIBUTION_COMPONENTS)
if(CMAKE_CONFIGURATION_TYPES)
@@ -86,7 +86,7 @@ if(LLVM_DISTRIBUTION_COMPONENTS)
-DCMAKE_INSTALL_COMPONENT=${target}
-DCMAKE_INSTALL_PREFIX=${LLVMToolchainDir}/usr/
-P "${CMAKE_BINARY_DIR}/cmake_install.cmake"
- ${cmake_3_2_USES_TERMINAL})
+ USES_TERMINAL)
add_dependencies(install-distribution-toolchain install-distribution-${target})
endforeach()
endif()
OpenPOWER on IntegriCloud