projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a96e1b
)
cmake: nit, use the message(STATUS) keyword
author
Gerhard Sittig
<gerhard.sittig@gmx.net>
Sun, 6 May 2018 09:29:57 +0000
(11:29 +0200)
committer
Gerhard Sittig
<gerhard.sittig@gmx.net>
Tue, 19 Jun 2018 16:53:43 +0000
(18:53 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index e7d0bf5f1f3a1f9ca19eaa7e4ecc61ae66913aed..2d1198aa357b0651077341a1353f886123faff04 100644
(file)
--- 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