cmake: print version to stdout, not stderr
The version message from cmake is not an error and should not go to stderr. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
92f61b8075
commit
009037185a
|
@ -54,7 +54,7 @@ else()
|
|||
set(PROJECT_VERSION ${PROJECT_VERSION_WITHOUT_TWEAK})
|
||||
endif()
|
||||
|
||||
message("Zephyr version: ${PROJECT_VERSION}")
|
||||
message(STATUS "Zephyr version: ${PROJECT_VERSION}")
|
||||
|
||||
set(MAJOR ${PROJECT_VERSION_MAJOR}) # Temporary convenience variable
|
||||
set(MINOR ${PROJECT_VERSION_MINOR}) # Temporary convenience variable
|
||||
|
|
Loading…
Reference in a new issue