[Cmake-commits] [cmake-commits] hoffman committed cmThirdParty.h.in 1.1 1.2 cm_curl.h 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
In directory public:/mounts/ram/cvs-serv32398/Utilities

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


Index: cm_curl.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cm_curl.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** cm_curl.h	19 Oct 2006 19:00:09 -0000	1.1
--- cm_curl.h	29 Sep 2008 19:47:46 -0000	1.2
***************
*** 23,27 ****
  # include <curl/curl.h>
  #else
! # include <cmcurl/curl/curl.h>
  #endif
  
--- 23,31 ----
  # include <curl/curl.h>
  #else
! # ifdef CMAKE_USE_NEW_CURL
! #   include <cmcurl-7.19.0/include/curl/curl.h>
! # else CMAKE_USE_NEW_CURL
! #   include <cmcurl/curl/curl.h>
! # endif
  #endif
  

Index: cmThirdParty.h.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmThirdParty.h.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** cmThirdParty.h.in	19 Oct 2006 19:00:09 -0000	1.1
--- cmThirdParty.h.in	29 Sep 2008 19:47:46 -0000	1.2
***************
*** 23,26 ****
--- 23,27 ----
  #cmakedefine CMAKE_USE_SYSTEM_XMLRPC
  #cmakedefine CMAKE_USE_SYSTEM_ZLIB
+ #cmakedefine CMAKE_USE_NEW_CURL
  
  #endif



More information about the Cmake-commits mailing list