cmake: nit, use the message(STATUS) keyword
authorGerhard Sittig <gerhard.sittig@gmx.net>
Sun, 6 May 2018 09:29:57 +0000 (11:29 +0200)
committerGerhard Sittig <gerhard.sittig@gmx.net>
Tue, 19 Jun 2018 16:53:43 +0000 (18:53 +0200)
CMakeLists.txt

index e7d0bf5f1f3a1f9ca19eaa7e4ecc61ae66913aed..2d1198aa357b0651077341a1353f886123faff04 100644 (file)
@@ -195,7 +195,7 @@ if(PV_VERSION_STRING MATCHES "^([0-9]+)\\.([0-9]+)\\.([0-9]+)(-[-0-9a-z]*)?$")
        set(PV_VERSION_SUFFIX ${CMAKE_MATCH_4})
 endif()
 
-message("-- ${PV_TITLE} version: ${PV_VERSION_STRING}")
+message(STATUS "${PV_TITLE} version: ${PV_VERSION_STRING}")
 
 configure_file (
        ${PROJECT_SOURCE_DIR}/config.h.in