mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-28 15:30:01 +00:00
Version message should be a "STATUS" to avoid going to stderr. (#6316)
This commit is contained in:
@@ -25,4 +25,4 @@ else()
|
|||||||
message(WARNING "git is not found")
|
message(WARNING "git is not found")
|
||||||
endif()
|
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}")
|
||||||
|
|||||||
Reference in New Issue
Block a user