summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-21 12:10:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-21 12:11:43 +0900
commit724e4c4b11700b41366ce4b2d50e4a7eeed5af78 (patch)
tree26862089af1c177288ac00e6ae1357233fabcfa1
parent7ab2e21aba3722af27e96d5848a74815ae93d399 (diff)
downloadtqscintilla-r14.0.x.tar.gz
tqscintilla-r14.0.x.zip
Use TDE cmake macro to set versionr14.0.13r14.0.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 57e74b846ab20e5ee27a288866e402df20c6b1f6)
-rw-r--r--CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9b30066..17221a1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 )
#### general package setup
project( tqscintilla )
-set( VERSION R14.0.13 )
#### include essential cmake modules
@@ -33,6 +32,11 @@ include( GNUInstallDirs OPTIONAL )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths
if( CMAKE_INSTALL_LIBDIR )