From: Gerhard Sittig Date: Sun, 6 May 2018 09:29:57 +0000 (+0200) Subject: cmake: nit, use the message(STATUS) keyword X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=1e3a52e3dfc81b3b754b4e1282d15037249e79fe cmake: nit, use the message(STATUS) keyword --- diff --git a/CMakeLists.txt b/CMakeLists.txt index e7d0bf5f..2d1198aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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