Skip to content

Commit 98102e7

Browse files
author
Chris Bieneman
committed
[CMake] Cleanup uses of USES_TERMINAL
Now that we are on CMake 3.4.3 we no longer need a version check around this. This is the clang side of r272211. llvm-svn: 272213
1 parent 687f4df commit 98102e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang/runtime/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ if(LLVM_BUILD_EXTERNAL_COMPILER_RT AND EXISTS ${COMPILER_RT_SRC_ROOT}/)
8383
-DCOMPILER_RT_INCLUDE_TESTS=${LLVM_INCLUDE_TESTS}
8484
-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}
8585
-DLLVM_LIBDIR_SUFFIX=${LLVM_LIBDIR_SUFFIX}
86-
-Dcmake_3_2_USES_TERMINAL=${cmake_3_2_USES_TERMINAL}
8786
${COMPILER_RT_PASSTHROUGH_VARIABLES}
8887
INSTALL_COMMAND ""
8988
STEP_TARGETS configure build
@@ -136,7 +135,7 @@ if(LLVM_BUILD_EXTERNAL_COMPILER_RT AND EXISTS ${COMPILER_RT_SRC_ROOT}/)
136135
DEPENDS compiler-rt-build ${COMPILER_RT_TEST_DEPENDENCIES}
137136
WORKING_DIRECTORY ${BINARY_DIR}
138137
VERBATIM
139-
${cmake_3_2_USES_TERMINAL}
138+
USES_TERMINAL
140139
)
141140
endforeach()
142141

0 commit comments

Comments
 (0)