[cmake-commits] andy committed CMakeLists.txt 1.117 1.118
cmake-commits at cmake.org
cmake-commits at cmake.org
Fri Mar 9 11:35:56 EST 2007
Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv7268
Modified Files:
CMakeLists.txt
Log Message:
ENH: Prepare for the new curl. Curl is build static, so set define to on
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -d -r1.117 -r1.118
--- CMakeLists.txt 1 Mar 2007 15:34:58 -0000 1.117
+++ CMakeLists.txt 9 Mar 2007 16:35:53 -0000 1.118
@@ -168,6 +168,7 @@
SET(CURL_SPECIAL_ZLIB_H ${CMAKE_ZLIB_HEADER})
SET(CURL_SPECIAL_LIBZ_INCLUDES ${CMAKE_ZLIB_INCLUDES})
SET(CURL_SPECIAL_LIBZ ${CMAKE_ZLIB_LIBRARIES})
+ ADD_DEFINITIONS(-DCURL_STATICLIB)
SUBDIRS(Utilities/cmcurl)
SET(CMAKE_CURL_INCLUDES)
SET(CMAKE_CURL_LIBRARIES cmcurl)
More information about the Cmake-commits
mailing list