]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: drop duplicate Windows cache value
authorViktor Szakats <commit@vsz.me>
Fri, 27 Dec 2024 22:54:37 +0000 (23:54 +0100)
committerViktor Szakats <commit@vsz.me>
Sat, 28 Dec 2024 09:34:37 +0000 (10:34 +0100)
Closes #15840

CMake/Platforms/WindowsCache.cmake

index f5dea6aacc967e6d5af8ac1df2c65bd1b54e3a37..ad78f37c6604e86f1fe395328c3cf223cfe22996 100644 (file)
@@ -56,7 +56,6 @@ else()
   set(HAVE_OPENDIR 0)
   if(MSVC)
     set(HAVE_UNISTD_H 0)
-    set(HAVE_LOCALE_H 1)
     set(HAVE_STDDEF_H 1)  # detected by CMake internally in check_type_size()
     set(HAVE_STDATOMIC_H 0)
     if(NOT MSVC_VERSION LESS 1800)