summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2022-06-22 23:41:00 +0900
committerMichele Calgaro <[email protected]>2022-06-22 23:41:28 +0900
commitd4bd690f11d08a7228c632e4bd64fabc89be5555 (patch)
treec83c2c74be0271c2c8c28c9b9d04293dabf5777b
parentc8315d18aa1d2c8c1ef5efe48602f0207125926a (diff)
downloadfilelight-d4bd690f11d08a7228c632e4bd64fabc89be5555.tar.gz
filelight-d4bd690f11d08a7228c632e4bd64fabc89be5555.zip
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 09c5e2530efde198991f77a2f94acdf56a444374)
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7a9e382..69b6840 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,6 +36,11 @@ include( CheckSymbolExists )
include( TDEMacros )
+##### set version number ########################
+
+tde_set_project_version( )
+
+
##### setup install paths #######################
include( TDESetupPaths )