mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Tests/RunCMake/ParseImplicit*Info: Run more cases on Windows hosts
The KWSys actual-case cache no longer exists, so we can run the cases it previously broke on Windows hosts.
This commit is contained in:
@@ -54,10 +54,7 @@ set(targets
|
||||
windows_x86_64-CUDA-NVIDIA-13.1.115
|
||||
)
|
||||
|
||||
if(CMAKE_HOST_WIN32)
|
||||
# The KWSys actual-case cache breaks case sensitivity on Windows.
|
||||
list(FILTER targets EXCLUDE REGEX "-XL|-SunPro")
|
||||
else()
|
||||
if(NOT CMAKE_HOST_WIN32)
|
||||
list(REMOVE_ITEM targets
|
||||
# Windows drive letters are not recognized as absolute on other platforms.
|
||||
mingw.org-C-GNU-4.9.3 mingw.org-CXX-GNU-4.9.3
|
||||
|
||||
@@ -71,11 +71,6 @@ set(targets
|
||||
windows_arm64-C-Clang-17.0.1-MSVC windows_arm64-CXX-Clang-17.0.1-MSVC windows_arm64-Fortran-LLVMFlang-17.0.1-MSVC
|
||||
)
|
||||
|
||||
if(CMAKE_HOST_WIN32)
|
||||
# The KWSys actual-case cache breaks case sensitivity on Windows.
|
||||
list(FILTER targets EXCLUDE REGEX "-XL|-SunPro")
|
||||
endif()
|
||||
|
||||
include(${CMAKE_ROOT}/Modules/CMakeParseImplicitLinkInfo.cmake)
|
||||
include(${CMAKE_ROOT}/Modules/CMakeParseLibraryArchitecture.cmake)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user