From 70d94c1051d6ee6b17e156da0ce4ae5420b5ce77 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Fri, 14 Jun 2024 13:38:31 +0200 Subject: [PATCH] CMakeLists.txt aktualisiert --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c2d2fbc..bcdfb21 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ endif() if (NOT DEFINED ISA) set(ISA imc) endif() -message(STATUS "Building firmware using ${BOARD} board configuration") +message(STATUS "Building firmware using ${BOARD} board configuration and isa ${ISA}") add_custom_target(fw-hello-world ALL COMMAND make -C hello-world BOARD=${BOARD} ISA=${ISA} USES_TERMINAL