summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-26 13:42:00 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-26 13:42:25 +0900
commit6bad11946338709b78a7137848dc229862ae2aed (patch)
treec8b63691c9016e9393dd46fadb125fe6965cae0c
parenta1a907a663859b11acfc0a937b12ac32e59b8443 (diff)
downloadtdeio-gopher-r14.0.x.tar.gz
tdeio-gopher-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 ecc8d6d5868caa80e3839c604b5630a7879b6909)
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ac71644..a90db37 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,6 +34,11 @@ include( FindPkgConfig )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths #######################
include( TDESetupPaths )