diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 14:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 14:08:40 +0900 |
commit | 1836de3c982e668736e11100efad26185609bf07 (patch) | |
tree | 6b96ec957a11b61b17d09ae11e105a43194bf751 | |
parent | 62f1fca7d7c0f684ab85090db54a39a445ae1b1e (diff) | |
download | tdeio-sword-r14.0.x.tar.gz tdeio-sword-r14.0.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d66e4b06fd053e52ada330f592f93ed290639b94)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 755a927..9d50471 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( tdeio_sword ) -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 ) |