summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/AddLLVM.cmake
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/cmake/modules/AddLLVM.cmake
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/cmake/modules/AddLLVM.cmake')
-rw-r--r--llvm/cmake/modules/AddLLVM.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/cmake/modules/AddLLVM.cmake b/llvm/cmake/modules/AddLLVM.cmake
index 789555aee06..4668ddc78a8 100644
--- a/llvm/cmake/modules/AddLLVM.cmake
+++ b/llvm/cmake/modules/AddLLVM.cmake
@@ -1079,7 +1079,7 @@ function(add_lit_target target comment)
add_custom_target(${target}
COMMAND ${LIT_COMMAND} ${ARG_UNPARSED_ARGUMENTS}
COMMENT "${comment}"
- ${cmake_3_2_USES_TERMINAL}
+ USES_TERMINAL
)
else()
add_custom_target(${target}
OpenPOWER on IntegriCloud