From: Viktor Szakats Date: Fri, 23 Jan 2026 12:16:15 +0000 (+0100) Subject: cmake: sync two unix pre-fill comments with win32 [ci skip] X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55fc4e0dbb9bd7e4b67d96138411952eb0ba87d4;p=thirdparty%2Fcurl.git cmake: sync two unix pre-fill comments with win32 [ci skip] Cherry-picked from #20406 --- diff --git a/CMake/unix-cache.cmake b/CMake/unix-cache.cmake index 5a58d14d2d..fac54cd0fb 100644 --- a/CMake/unix-cache.cmake +++ b/CMake/unix-cache.cmake @@ -242,8 +242,8 @@ set(HAVE_SOCKET 1) set(HAVE_SOCKETPAIR 1) set(HAVE_STDATOMIC_H 1) set(HAVE_STDBOOL_H 1) -set(HAVE_STDDEF_H 1) -set(HAVE_STDINT_H 1) +set(HAVE_STDDEF_H 1) # detected by CMake internally in check_type_size() +set(HAVE_STDINT_H 1) # detected by CMake internally in check_type_size() set(HAVE_STRCASECMP 1) set(HAVE_STRCMPI 0) set(HAVE_STRDUP 1)