mirror of
https://github.com/curl/curl.git
synced 2026-04-14 23:01:41 +03:00
cmake: rename Windows detection cache file
To flatten the directory tree. Closes #15859
This commit is contained in:
parent
8a66c11a29
commit
f7c2bf0818
4 changed files with 4 additions and 4 deletions
2
.github/labeler.yml
vendored
2
.github/labeler.yml
vendored
|
|
@ -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.*,\
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue