diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 15:16:40 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 15:17:00 +0900 |
commit | 458536a90098b307cce8f8de2103132f45dbc4e9 (patch) | |
tree | cc81b753e7c60caef4b7df3161be36aeb12f0bb0 | |
parent | a3ed19911e35dbc6ec415fa704bd0b415a0d90e1 (diff) | |
download | tde-style-domino-r14.0.x.tar.gz tde-style-domino-r14.0.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a148cb863066f8fa7517afb7b42e16f5ebae8949)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b6f970..22ff8ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( tde-style-domino ) -set( VERSION R14.0.13 ) #### include essential cmake modules @@ -32,6 +31,11 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths include( TDESetupPaths ) |