[cmake-commits] king committed CMakeLists.txt 1.26 1.27
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Jan 30 07:17:39 EST 2008
Update of /cvsroot/CMake/CMake/Utilities/cmtar
In directory public:/mounts/ram/cvs-serv30091
Modified Files:
CMakeLists.txt
Log Message:
COMP: Fix warning about tolower by making sure ctype.h is included in cmtar.
Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmtar/CMakeLists.txt,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- CMakeLists.txt 24 Nov 2007 01:45:49 -0000 1.26
+++ CMakeLists.txt 30 Jan 2008 12:17:36 -0000 1.27
@@ -212,7 +212,7 @@
ENDIF(HAVE_SIZEOF_UID_T)
#SET (HAVE_BASENAME 0)
-#SET (HAVE_CTYPE_H 0)
+SET (HAVE_CTYPE_H 1) # all our platforms have <ctype.h>
#SET (HAVE_DEV_T 1)
#SET (HAVE_DIRNAME 0)
#SET (HAVE_FNMATCH 1)
More information about the Cmake-commits
mailing list