diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-05 20:14:04 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-05 20:14:04 (GMT) |
commit | 9e1288da106d663fc34824de36424c363df49f96 (patch) | |
tree | b01703626726c10a606e2180bf610c4319f8acc5 /Source/CTest | |
parent | 16c839206a3ec70addd4012d703e86f0dad9f961 (diff) | |
download | CMake-9e1288da106d663fc34824de36424c363df49f96.zip CMake-9e1288da106d663fc34824de36424c363df49f96.tar.gz CMake-9e1288da106d663fc34824de36424c363df49f96.tar.bz2 |
PERF: Several cleanups, and remove need for Curl directory to be in include path
Diffstat (limited to 'Source/CTest')
-rw-r--r-- | Source/CTest/CMakeLists.txt | 2 | ||||
-rw-r--r-- | Source/CTest/cmCTestSubmit.cxx | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/Source/CTest/CMakeLists.txt b/Source/CTest/CMakeLists.txt index c248f7d..0cfef8a 100644 --- a/Source/CTest/CMakeLists.txt +++ b/Source/CTest/CMakeLists.txt @@ -8,8 +8,6 @@ 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) ELSE(CMAKE_BUILD_WITH_CURL) diff --git a/Source/CTest/cmCTestSubmit.cxx b/Source/CTest/cmCTestSubmit.cxx index fea7997..34d53c9 100644 --- a/Source/CTest/cmCTestSubmit.cxx +++ b/Source/CTest/cmCTestSubmit.cxx @@ -19,7 +19,7 @@ PURPOSE. See the above copyright notices for more information. #include "cmSystemTools.h" #include <cmsys/Process.h> -#include "curl/curl.h" +#include "CTest/Curl/curl/curl.h" #include <sys/stat.h> cmCTestSubmit::cmCTestSubmit() : m_HTTPProxy(), m_FTPProxy() |