mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
COMP: Fix warning about tolower by making sure ctype.h is included in cmtar.
This commit is contained in:
@@ -212,7 +212,7 @@ ELSE(HAVE_SIZEOF_UID_T)
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user