diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-08-23 17:45:11 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-08-23 17:45:11 (GMT) |
commit | cc510f21b65816891cbdf5b909207605c65e4b7a (patch) | |
tree | 3fe2f7f69379d369f1cf304cd467853450d5946e /Source | |
parent | 28cc5b973f4bfa627cedf1a53402df2987c333de (diff) | |
download | CMake-cc510f21b65816891cbdf5b909207605c65e4b7a.zip CMake-cc510f21b65816891cbdf5b909207605c65e4b7a.tar.gz CMake-cc510f21b65816891cbdf5b909207605c65e4b7a.tar.bz2 |
ENH: fix out of the box build on sgi to match dashboards
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CTest/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/CMakeLists.txt b/Source/CTest/CMakeLists.txt index 6514ff9..e969dc8 100644 --- a/Source/CTest/CMakeLists.txt +++ b/Source/CTest/CMakeLists.txt @@ -8,6 +8,7 @@ IF(CMAKE_SYSTEM MATCHES "AIX.*") ENDIF(NOT CMAKE_COMPILER_IS_GNUCXX) ENDIF(CMAKE_SYSTEM MATCHES "AIX.*") +SET(HAVE_LIBCRYPTO 0 CACHE INTERNAL) IF(CMAKE_BUILD_WITH_CURL) SET(CMAKE_LIBRARY CMakeLib) |