Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
CMake
CMake
Commits
b7514580
Commit
b7514580
authored
Jun 24, 2005
by
Andy Cedilnik
Browse files
ENH: Move curl to utilities
parent
7c730973
Changes
5
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b7514580
...
...
@@ -74,9 +74,9 @@ SET(CURL_SPECIAL_ZLIB_H "cmzlib/zlib.h")
#-----------------------------------------------------------------------------
# Build Curl library for CTest.
SUBDIRS
(
Source/CTest/C
url
)
SET
(
CMAKE_CURL_INCLUDES
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/
Source/CTest/Curl
"
)
SET
(
CMAKE_CURL_LIBRARIES
"
C
url"
)
SUBDIRS
(
Utilities/cmc
url
)
SET
(
CMAKE_CURL_INCLUDES
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/
Utilities
"
)
SET
(
CMAKE_CURL_LIBRARIES
"
cmc
url"
)
#-----------------------------------------------------------------------------
# Build expat library for CMake and CTest.
...
...
Source/CMakeLists.txt
View file @
b7514580
...
...
@@ -198,6 +198,7 @@ ENDIF(CMAKE_BUILD_ON_VISUAL_STUDIO)
INCLUDE_DIRECTORIES
(
"
${
CMAKE_SOURCE_DIR
}
/Source/CTest"
${
CMAKE_XMLRPC_INCLUDES
}
${
CMAKE_CURL_INCLUDES
}
)
#
# Sources for CTestLib
...
...
Source/CTest/cmCTestSubmitHandler.cxx
View file @
b7514580
...
...
@@ -29,7 +29,7 @@ PURPOSE. See the above copyright notices for more information.
#include
"xmlrpc_client.h"
// For curl submission
#include
"
CTest/C
url/curl/curl.h"
#include
"
cmc
url/curl/curl.h"
#include
<sys/stat.h>
...
...
Source/cmCTest.cxx
View file @
b7514580
...
...
@@ -14,7 +14,7 @@
PURPOSE. See the above copyright notices for more information.
=========================================================================*/
#include
"
CTest/C
url/curl/curl.h"
#include
"
cmc
url/curl/curl.h"
#include
"cmCTest.h"
#include
"cmake.h"
...
...
Utilities/cmxmlrpc/xmlrpc_curl_transport.c
View file @
b7514580
...
...
@@ -27,9 +27,9 @@
# include "xmlrpc_pthreads.h"
#endif
#include
<curl/curl.h>
#include
<curl/types.h>
#include
<curl/easy.h>
#include
<
cmcurl/
curl/curl.h>
#include
<
cmcurl/
curl/types.h>
#include
<
cmcurl/
curl/easy.h>
#ifndef WIN32
# include <unistd.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment