updates registration of cores for sysc

This commit is contained in:
2023-07-09 20:24:45 +02:00
parent 1cef7de8c7
commit 145a0cf68b
2 changed files with 46 additions and 14 deletions

View File

@ -48,7 +48,7 @@ else()
string(TOUPPER ${CORE} CORE)
list(APPEND LIB_DEFINES CORE_${CORE})
endforeach()
message("Defines are ${LIB_DEFINES}")
message("Core defines are ${LIB_DEFINES}")
endif()
if(TARGET RapidJSON OR TARGET RapidJSON::RapidJSON)