Version message should be a "STATUS" to avoid going to stderr. (#6316)

This commit is contained in:
David P. Sicilia
2020-12-07 14:50:29 -05:00
committed by GitHub
parent fd4c1b5ff7
commit 9064072e8c

View File

@@ -25,4 +25,4 @@ else()
message(WARNING "git is not found")
endif()
message("Proceeding with version: ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_COMMIT}")
message(STATUS "Proceeding with version: ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_COMMIT}")