CMakeLists.txt aktualisiert

This commit is contained in:
Eyck Jentzsch 2024-06-14 13:38:31 +02:00
parent 0df111f945
commit 70d94c1051
1 changed files with 1 additions and 1 deletions

View File

@ -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