mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-27 23:19:11 +00:00
Fix SDL3ConfigVersion.cmake of VC development package for ARM64EC
This commit is contained in:
parent
aafbbe4ebc
commit
b3b74e8aed
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ include("${CMAKE_CURRENT_LIST_DIR}/sdlcpu.cmake")
|
|||
SDL_DetectTargetCPUArchitectures(_detected_archs)
|
||||
|
||||
# check that the installed version has a compatible architecture as the one which is currently searching:
|
||||
if(NOT(SDL_CPU_X86 OR SDL_CPU_X64 OR SDL_CPU_ARM64))
|
||||
set(PACKAGE_VERSION "${PACKAGE_VERSION} (X86,X64,ARM64)")
|
||||
if(NOT(SDL_CPU_X86 OR SDL_CPU_X64 OR SDL_CPU_ARM64 OR SDL_CPU_ARM64EC))
|
||||
set(PACKAGE_VERSION "${PACKAGE_VERSION} (X86,X64,ARM64,ARM64EC)")
|
||||
set(PACKAGE_VERSION_UNSUITABLE TRUE)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue