cmake: rename Windows detection cache file

To flatten the directory tree.

Closes #15859
This commit is contained in:
Viktor Szakats 2024-12-30 00:57:09 +01:00
parent 8a66c11a29
commit f7c2bf0818
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 4 additions and 4 deletions

2
.github/labeler.yml vendored
View file

@ -516,7 +516,7 @@ Windows:
- any-glob-to-all-files: "{\
appveyor.*,\
.github/workflows/windows.yml,\
CMake/Platforms/WindowsCache.cmake,\
CMake/win32-cache.cmake,\
lib/*win32*,\
lib/curl_multibyte.*,\
lib/rename.*,\

View file

@ -525,9 +525,9 @@ include(CheckSymbolExists)
include(CheckTypeSize)
include(CheckCSourceCompiles)
# Preload settings on Windows
if(WIN32)
include("${CMAKE_CURRENT_SOURCE_DIR}/CMake/Platforms/WindowsCache.cmake")
# Preload settings on Windows
include("${CMAKE_CURRENT_SOURCE_DIR}/CMake/win32-cache.cmake")
elseif(APPLE)
# Fast-track predictable feature detections
set(HAVE_EVENTFD 0)

View file

@ -59,8 +59,8 @@ CMAKE_DIST = \
CMake/Macros.cmake \
CMake/OtherTests.cmake \
CMake/PickyWarnings.cmake \
CMake/Platforms/WindowsCache.cmake \
CMake/Utilities.cmake \
CMake/win32-cache.cmake \
CMakeLists.txt
VC_DIST = projects/README.md \