projects
/
platform
/
upstream
/
flatbuffers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd4c1b5
)
Version message should be a "STATUS" to avoid going to stderr. (#6316)
author
David P. Sicilia
<dpacbach@users.noreply.github.com>
Mon, 7 Dec 2020 19:50:29 +0000
(14:50 -0500)
committer
GitHub
<noreply@github.com>
Mon, 7 Dec 2020 19:50:29 +0000
(11:50 -0800)
CMake/Version.cmake
patch
|
blob
|
history
diff --git
a/CMake/Version.cmake
b/CMake/Version.cmake
index 329a8cc7ba81614bc812fc3b676a964baa0da860..dff88913d347699e1add70bceb0f1a06bbbe7dd2 100644
(file)
--- a/
CMake/Version.cmake
+++ b/
CMake/Version.cmake
@@
-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}")