summaryrefslogtreecommitdiffstats
path: root/Source/CTest
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-24 13:06:26 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-06-24 13:06:26 (GMT)
commitb7514580f91fd7accb1426eaed52eaa93f54ae3d (patch)
treeb6c7f14c5d072736a6f47db27e974003f9299852 /Source/CTest
parent7c730973bba620ba50e02fb1330e99c2230d3d8b (diff)
downloadCMake-b7514580f91fd7accb1426eaed52eaa93f54ae3d.zip
CMake-b7514580f91fd7accb1426eaed52eaa93f54ae3d.tar.gz
CMake-b7514580f91fd7accb1426eaed52eaa93f54ae3d.tar.bz2
ENH: Move curl to utilities
Diffstat (limited to 'Source/CTest')
-rw-r--r--Source/CTest/cmCTestSubmitHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestSubmitHandler.cxx b/Source/CTest/cmCTestSubmitHandler.cxx
index 3fd27b1..32eff81 100644
--- a/Source/CTest/cmCTestSubmitHandler.cxx
+++ b/Source/CTest/cmCTestSubmitHandler.cxx
@@ -29,7 +29,7 @@ PURPOSE. See the above copyright notices for more information.
#include "xmlrpc_client.h"
// For curl submission
-#include "CTest/Curl/curl/curl.h"
+#include "cmcurl/curl/curl.h"
#include <sys/stat.h>