cmake: drop duplicate Windows cache value

Closes #15840
This commit is contained in:
Viktor Szakats 2024-12-27 23:54:37 +01:00
parent c5dff4b817
commit aed02db247
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View 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)