aboutsummaryrefslogtreecommitdiffstats
path: root/test/CMakeLists.txt
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-06-28 21:46:21 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-06-28 21:46:21 +0000
commit5876298e36b29a4cd723fbc447ffa4dc1a7dc198 (patch)
tree3e41d7da975a512ad63431e761a05e6637c3de4a /test/CMakeLists.txt
parenta01b58af85cebd7d7bcf94d48317f8cc8a4bdf57 (diff)
downloadexternal_llvm-5876298e36b29a4cd723fbc447ffa4dc1a7dc198.zip
external_llvm-5876298e36b29a4cd723fbc447ffa4dc1a7dc198.tar.gz
external_llvm-5876298e36b29a4cd723fbc447ffa4dc1a7dc198.tar.bz2
Fix a CMake warning, following up to r134008.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134033 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CMakeLists.txt')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index b08c7ae..9fc76a9 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -85,7 +85,7 @@ if(PYTHONINTERP_FOUND)
set(ENABLE_ASSERTIONS "1")
else()
set(ENABLE_ASSERTIONS "0")
- endif(LLVM_ENABLE_ASSERTIONS)
+ endif()
configure_file(
${CMAKE_CURRENT_SOURCE_DIR}/lit.site.cfg.in