mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +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")
|
||||
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