summaryrefslogtreecommitdiff
path: root/Utilities/cmcurl/lib
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-10-04 07:40:04 -0400
committerBrad King <brad.king@kitware.com>2017-10-10 11:15:20 -0400
commitbb7591487d95ff9b638c7c1702a8dca2a9e39b45 (patch)
treee30916a19ac42f9be01ecf214c6492e83666a046 /Utilities/cmcurl/lib
parent9e3ef40edb6eae36e822c129bec5d4ee9de0dd57 (diff)
downloadcmake-bb7591487d95ff9b638c7c1702a8dca2a9e39b45.tar.gz
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.cmake2
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 274dd455ec..abe9ffe0ec 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@