mirror of https://github.com/wolfSSL/wolfBoot.git
Merge branch 'pr-cmake-improvements' of https://github.com/gojimmypi/wolfBoot into pr-cmake-improvements
commit
94915f226f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue