[cmake-commits] hoffman committed CMakeLists.txt 1.16 1.17

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Sep 27 08:53:21 EDT 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: add a check for basename to cmcurl


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/CMakeLists.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- CMakeLists.txt	19 Sep 2007 15:42:28 -0000	1.16
+++ CMakeLists.txt	27 Sep 2007 12:53:19 -0000	1.17
@@ -381,6 +381,7 @@
 CHECK_SYMBOL_EXISTS(stricmp       "${CURL_INCLUDES}" HAVE_STRICMP)
 CHECK_SYMBOL_EXISTS(strcmpi       "${CURL_INCLUDES}" HAVE_STRCMPI)
 CHECK_SYMBOL_EXISTS(strncmpi      "${CURL_INCLUDES}" HAVE_STRNCMPI)
+CHECK_SYMBOL_EXISTS(basename      "${CURL_INCLUDES}" HAVE_BASENAME)
 IF(NOT HAVE_STRNCMPI)
   SET(HAVE_STRCMPI)
 ENDIF(NOT HAVE_STRNCMPI)



More information about the Cmake-commits mailing list