We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c1e14 commit 6341fd1Copy full SHA for 6341fd1
CMakeLists.txt
@@ -378,7 +378,7 @@ if(NOT DEFINED CACHE{WOLFBOOT_TARGET})
378
CACHE INTERNAL "Target platform")
379
endif()
380
381
-if(${WOLFBOOT_TARGET} IN_LIST ARM_TARGETS)
+if("${WOLFBOOT_TARGET}" IN_LIST ARM_TARGETS)
382
set(ARCH ARM)
383
elseif(WOLFBOOT_TARGET STREQUAL "x86_64_efi")
384
set(ARCH x86_64)
0 commit comments