Merge branch 'fix_cmcurl_build_ssize_t'

This commit is contained in:
Brad King 2010-07-06 10:23:25 -04:00 committed by CMake Topic Stage
commit ece4aefac6

View File

@ -731,6 +731,7 @@ FOREACH(var
SIZEOF_LONG_LONG SIZEOF_LONG_LONG
SIZEOF___INT64 SIZEOF___INT64
SIZEOF_SIZE_T SIZEOF_SIZE_T
SIZEOF_SSIZE_T
SIZEOF_TIME_T SIZEOF_TIME_T
) )
IF(NOT ${var}_CODE) IF(NOT ${var}_CODE)