diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-23 14:19:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-23 14:20:03 +0900 |
commit | 0e3c7ddc524cd6244f93833afd6bd7f6fba2a914 (patch) | |
tree | 929a7465ffddbc8c92d24f415977e8b59f2f4f46 | |
parent | c87f61cae526ee3939639c5128aad0daa205f067 (diff) | |
download | kompose-0e3c7ddc524cd6244f93833afd6bd7f6fba2a914.tar.gz kompose-0e3c7ddc524cd6244f93833afd6bd7f6fba2a914.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4fe9f77f06ebbeba9e8a836572a8a4f15c655918)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index af6e19d..4a3473c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,6 @@ cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### project( kompose ) -set( VERSION R14.0.13 ) ##### include essential cmake modules ########### @@ -36,6 +35,11 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths ) |