diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 13:38:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 13:38:49 +0900 |
commit | 937dbf8cc9a4c1916322e88f9bbdbb3bf6d9b27a (patch) | |
tree | 734eee8760c5efc4a097369e30fe3f881603e0f1 | |
parent | d81e87e959397162e4113398ea31be7209996921 (diff) | |
download | tdeio-apt-937dbf8cc9a4c1916322e88f9bbdbb3bf6d9b27a.tar.gz tdeio-apt-937dbf8cc9a4c1916322e88f9bbdbb3bf6d9b27a.zip |
Use TDE cmake macro to set versionr14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 02a2dd5..c08c8eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( tdeio_apt ) -set( VERSION R14.1.0 ) #### include essential cmake modules @@ -32,6 +31,11 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths include( TDESetupPaths ) |