[Cmake-commits] [cmake-commits] king committed CMakeLists.txt 1.151 1.152

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Jun 11 09:04:28 EDT 2009


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv13914

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Remove option to build cmcurl-7.19.0

This version of curl was added experimentally but does not address the
problem we were hoping it fixed (an occasional upload hang).  Importing
a new curl can wait until the problem is fully diagnosed and addressed.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.151
retrieving revision 1.152
diff -C 2 -d -r1.151 -r1.152
*** CMakeLists.txt	11 Jun 2009 13:04:04 -0000	1.151
--- CMakeLists.txt	11 Jun 2009 13:04:25 -0000	1.152
***************
*** 258,268 ****
      SET(CMAKE_CURL_INCLUDES)
      SET(CMAKE_CURL_LIBRARIES cmcurl)
!     IF(CMAKE_USE_NEW_CURL)
!       # for cmake never build examples
!       SET(CURL_SKIP_EXAMPLES TRUE)
!       ADD_SUBDIRECTORY(Utilities/cmcurl-7.19.0)
!     ELSE(CMAKE_USE_NEW_CURL)
!       SUBDIRS(Utilities/cmcurl)
!     ENDIF(CMAKE_USE_NEW_CURL)
    ENDIF(CMAKE_USE_SYSTEM_CURL)
  
--- 258,262 ----
      SET(CMAKE_CURL_INCLUDES)
      SET(CMAKE_CURL_LIBRARIES cmcurl)
!     SUBDIRS(Utilities/cmcurl)
    ENDIF(CMAKE_USE_SYSTEM_CURL)
  



More information about the Cmake-commits mailing list