1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-16 05:26:58 +08:00

Utilities: Update hard-coded try_compile results for curl 8.1.2

This commit is contained in:
Brad King
2023-05-30 09:40:38 -04:00
parent a6c9b53273
commit 2de38e0b45

View File

@@ -239,6 +239,9 @@ if(WIN32)
set(HAVE_WORKING_EXT2_IOC_GETFLAGS 0)
set(HAVE_WORKING_FS_IOC_GETFLAGS 0)
set(HAVE_SIZEOF_CURL_SOCKET_T 1)
set(SIZEOF_CURL_SOCKET_T 8)
if(NOT MINGW)
set(HAVE_STRTOK_R 0)
endif()