Merge branch 'pr-cmake-improvements' of https://github.com/gojimmypi/wolfBoot into pr-cmake-improvements

pull/598/head
gojimmypi 2025-11-20 15:41:09 -08:00
commit 94915f226f
No known key found for this signature in database
GPG Key ID: 3D684FA88DC3FAA8
1 changed files with 1 additions and 1 deletions

View File

@ -378,7 +378,7 @@ if(NOT DEFINED CACHE{WOLFBOOT_TARGET})
CACHE INTERNAL "Target platform")
endif()
if(${WOLFBOOT_TARGET} IN_LIST ARM_TARGETS)
if("${WOLFBOOT_TARGET}" IN_LIST ARM_TARGETS)
set(ARCH ARM)
elseif(WOLFBOOT_TARGET STREQUAL "x86_64_efi")
set(ARCH x86_64)