summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-05 20:14:04 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-05 20:14:04 (GMT)
commit9e1288da106d663fc34824de36424c363df49f96 (patch)
treeb01703626726c10a606e2180bf610c4319f8acc5 /Source/cmCTest.cxx
parent16c839206a3ec70addd4012d703e86f0dad9f961 (diff)
downloadCMake-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/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index fdcad63..b8cf9ac 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -14,7 +14,7 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
-#include "curl/curl.h"
+#include "CTest/Curl/curl/curl.h"
#include "cmCTest.h"
#include "cmake.h"