]> granicus.if.org Git - clang/commit
[CMake] Simplifying logic for USES_TERMINAL on bootstrap targets.
authorChris Bieneman <beanz@apple.com>
Thu, 20 Aug 2015 20:12:20 +0000 (20:12 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 20 Aug 2015 20:12:20 +0000 (20:12 +0000)
commitd3e2cf00b20bf6495102e125302623414efc1997
treedd3fa2d468016db2303a078771d6ded870fd1caf
parentfa0ee46e2253045c344645e62201b872b2c1a367
[CMake] Simplifying logic for USES_TERMINAL on bootstrap targets.

In CMake variables that haven't been set are evaluated to empty strings, so we don't need to set the variables to empty strings.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245604 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt