summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-26 12:55:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-26 13:11:38 +0900
commite9246d5e4334ae437b00243e1e16184088352718 (patch)
treee24e24f1159c7f9b0a5c990f746d37045e524464 /ConfigureChecks.cmake
parentc1b7240b8f525ade75b4d70b85650dced3ec1d21 (diff)
downloadrosegarden-e9246d5e4334ae437b00243e1e16184088352718.tar.gz
rosegarden-e9246d5e4334ae437b00243e1e16184088352718.zip
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index a3c0e21..e364866 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -215,7 +215,7 @@ SET(CMAKE_CXX_FLAGS_RELEASE "-O2 -w -fexceptions -DNDEBUG -include tqt.h
SET(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-O2 -g -Wall -fexceptions -DDEBUG -include tqt.h")
SET(CMAKE_CXX_FLAGS_DEBUG "-O0 -g3 -Wall -fexceptions -DDEBUG -include tqt.h")
-MESSAGE(STATUS "Rosegarden ${VERSION} will be built for install into ${CMAKE_INSTALL_PREFIX}")
+MESSAGE(STATUS "Rosegarden ${PACKAGE_VERSION} will be built for install into ${CMAKE_INSTALL_PREFIX}")
IF(WANT_DEBUG)
IF(WANT_FULLDBG)