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

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/docs
In directory public:/mounts/ram/cvs-serv32398/Utilities/cmcurl-7.19.0/docs

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/docs/CMakeLists.txt,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C 2 -d -r1.1.1.1 -r1.2
*** CMakeLists.txt	23 Sep 2008 16:32:05 -0000	1.1.1.1
--- CMakeLists.txt	29 Sep 2008 19:47:46 -0000	1.2
***************
*** 1 ****
! add_subdirectory(examples)
--- 1,4 ----
! if(NOT CURL_SKIP_EXAMPLES)
!   add_subdirectory(examples)
! endif(NOT CURL_SKIP_EXAMPLES)
! 



More information about the Cmake-commits mailing list