summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-06-26 13:43:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-06-26 13:44:06 +0900
commitdd592dfeab7668d7211ef0b97a2227180119979a (patch)
treeecff4f94b2bece26925b2dfaa1dc1abaf172db1b
parente86a1a89b233bc678af3ed1cbbfbd9b0dc836e29 (diff)
downloadtdeio-locate-dd592dfeab7668d7211ef0b97a2227180119979a.tar.gz
tdeio-locate-dd592dfeab7668d7211ef0b97a2227180119979a.zip
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 21b7da13e29c69156d1fb65f354b874916b7ca84)
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2d05a4e..59a34a5 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 )