summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-08-23 17:45:11 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-08-23 17:45:11 (GMT)
commitcc510f21b65816891cbdf5b909207605c65e4b7a (patch)
tree3fe2f7f69379d369f1cf304cd467853450d5946e /Source/CTest
parent28cc5b973f4bfa627cedf1a53402df2987c333de (diff)
downloadCMake-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/CTest')
-rw-r--r--Source/CTest/CMakeLists.txt1
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)