mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
InstallRequiredSystemLibraries: use ARM64 redist path for ARM64EC
This commit is contained in:
@@ -141,6 +141,10 @@ if(MSVC)
|
||||
set(CMAKE_MSVC_ARCH amd64)
|
||||
endif()
|
||||
endif()
|
||||
if(CMAKE_MSVC_ARCH STREQUAL "arm64ec")
|
||||
set(CMAKE_MSVC_ARCH "arm64")
|
||||
endif()
|
||||
|
||||
|
||||
get_filename_component(devenv_dir "${CMAKE_MAKE_PROGRAM}" PATH)
|
||||
get_filename_component(base_dir "${devenv_dir}/../.." ABSOLUTE)
|
||||
|
||||
Reference in New Issue
Block a user