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:
Anas Nashif 2020-01-15 09:36:47 -05:00
parent 92f61b8075
commit 009037185a

View file

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