diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-08-23 18:09:42 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-08-23 18:09:42 (GMT) |
commit | 2dba8e47319cc6f541af11a68f97e826489a2fa1 (patch) | |
tree | 2684ff12c4516c7b93ef4f6bed40b1c689cda8a9 /Source | |
parent | cc510f21b65816891cbdf5b909207605c65e4b7a (diff) | |
download | CMake-2dba8e47319cc6f541af11a68f97e826489a2fa1.zip CMake-2dba8e47319cc6f541af11a68f97e826489a2fa1.tar.gz CMake-2dba8e47319cc6f541af11a68f97e826489a2fa1.tar.bz2 |
fix syntax
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CTest/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/CMakeLists.txt b/Source/CTest/CMakeLists.txt index e969dc8..c248f7d 100644 --- a/Source/CTest/CMakeLists.txt +++ b/Source/CTest/CMakeLists.txt @@ -8,7 +8,7 @@ IF(CMAKE_SYSTEM MATCHES "AIX.*") ENDIF(NOT CMAKE_COMPILER_IS_GNUCXX) ENDIF(CMAKE_SYSTEM MATCHES "AIX.*") -SET(HAVE_LIBCRYPTO 0 CACHE INTERNAL) +SET(HAVE_LIBCRYPTO 0 CACHE INTERNAL "") IF(CMAKE_BUILD_WITH_CURL) SET(CMAKE_LIBRARY CMakeLib) |