diff options
author | Brad King <brad.king@kitware.com> | 2010-07-06 14:23:25 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-07-06 14:23:25 (GMT) |
commit | ece4aefac6b0f44ffc9edea3fb3d3494d853e7d2 (patch) | |
tree | 80a3a1c01f2a04793e44ba869aafcc9dd8a0cdc0 | |
parent | fd3e95f3efe1eb1bb4df5a5005938b0ea0c1b665 (diff) | |
parent | 421952c7d8e94b3c085d1252e64dbd5bf06224a6 (diff) | |
download | CMake-ece4aefac6b0f44ffc9edea3fb3d3494d853e7d2.zip CMake-ece4aefac6b0f44ffc9edea3fb3d3494d853e7d2.tar.gz CMake-ece4aefac6b0f44ffc9edea3fb3d3494d853e7d2.tar.bz2 |
Merge branch 'fix_cmcurl_build_ssize_t'
-rw-r--r-- | Utilities/cmcurl/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/cmcurl/CMakeLists.txt b/Utilities/cmcurl/CMakeLists.txt index 510851a..0f98e5a 100644 --- a/Utilities/cmcurl/CMakeLists.txt +++ b/Utilities/cmcurl/CMakeLists.txt @@ -731,6 +731,7 @@ FOREACH(var SIZEOF_LONG_LONG SIZEOF___INT64 SIZEOF_SIZE_T + SIZEOF_SSIZE_T SIZEOF_TIME_T ) IF(NOT ${var}_CODE) |