Version message should be a "STATUS" to avoid going to stderr. (#6316)
authorDavid P. Sicilia <dpacbach@users.noreply.github.com>
Mon, 7 Dec 2020 19:50:29 +0000 (14:50 -0500)
committerGitHub <noreply@github.com>
Mon, 7 Dec 2020 19:50:29 +0000 (11:50 -0800)
CMake/Version.cmake

index 329a8cc7ba81614bc812fc3b676a964baa0da860..dff88913d347699e1add70bceb0f1a06bbbe7dd2 100644 (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}")