diff options
author | Brad King <brad.king@kitware.com> | 2017-10-04 11:40:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-10-10 15:15:20 (GMT) |
commit | bb7591487d95ff9b638c7c1702a8dca2a9e39b45 (patch) | |
tree | e30916a19ac42f9be01ecf214c6492e83666a046 /Utilities/cmcurl/lib | |
parent | 9e3ef40edb6eae36e822c129bec5d4ee9de0dd57 (diff) | |
download | CMake-bb7591487d95ff9b638c7c1702a8dca2a9e39b45.zip CMake-bb7591487d95ff9b638c7c1702a8dca2a9e39b45.tar.gz CMake-bb7591487d95ff9b638c7c1702a8dca2a9e39b45.tar.bz2 |
curl: Update build within CMake to account for 7.56 changes
Diffstat (limited to 'Utilities/cmcurl/lib')
-rw-r--r-- | Utilities/cmcurl/lib/curl_config.h.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/lib/curl_config.h.cmake b/Utilities/cmcurl/lib/curl_config.h.cmake index 274dd45..abe9ffe 100644 --- a/Utilities/cmcurl/lib/curl_config.h.cmake +++ b/Utilities/cmcurl/lib/curl_config.h.cmake @@ -880,7 +880,7 @@ @SIZEOF_OFF_T_CODE@ /* The size of `curl_off_t', as computed by sizeof. */ -#cmakedefine SIZEOF_CURL_OFF_T ${SIZEOF_CURL_OFF_T} +@SIZEOF_CURL_OFF_T_CODE@ /* The size of `size_t', as computed by sizeof. */ @SIZEOF_SIZE_T_CODE@ |