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

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Sep 19 11:42:30 EDT 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: add test for HAVE_BASENAME since it is used


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/CMakeLists.txt,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- CMakeLists.txt	9 Aug 2007 18:55:18 -0000	1.15
+++ CMakeLists.txt	19 Sep 2007 15:42:28 -0000	1.16
@@ -368,6 +368,7 @@
 #fork
 
 # Check for some functions that are used
+CHECK_SYMBOL_EXISTS(basename      "${CURL_INCLUDES}" HAVE_BASENAME)
 CHECK_SYMBOL_EXISTS(socket        "${CURL_INCLUDES}" HAVE_SOCKET)
 CHECK_SYMBOL_EXISTS(poll          "${CURL_INCLUDES}" HAVE_POLL)
 CHECK_SYMBOL_EXISTS(select        "${CURL_INCLUDES}" HAVE_SELECT)



More information about the Cmake-commits mailing list