[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.2 1.3

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 29 15:47:48 EDT 2008


Update of /cvsroot/CMake/CMake/Utilities/cmcurl-7.19.0
In directory public:/mounts/ram/cvs-serv32398/Utilities/cmcurl-7.19.0

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: check in ability to build with new curl -f -DCMAKE_USE_NEW_CURL is set


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl-7.19.0/CMakeLists.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -C 2 -d -r1.2 -r1.3
*** CMakeLists.txt	26 Sep 2008 18:45:43 -0000	1.2
--- CMakeLists.txt	29 Sep 2008 19:47:46 -0000	1.3
***************
*** 43,47 ****
  add_definitions(-DHAVE_CONFIG_H
    -DCURL_STATICLIB)
! 
  add_subdirectory(lib)
  add_subdirectory(src)
--- 43,47 ----
  add_definitions(-DHAVE_CONFIG_H
    -DCURL_STATICLIB)
! option(CURL_SKIP_EXAMPLES "Skip building the curl examples" FALSE)
  add_subdirectory(lib)
  add_subdirectory(src)



More information about the Cmake-commits mailing list