diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 13:43:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 13:43:53 +0900 |
commit | 21b7da13e29c69156d1fb65f354b874916b7ca84 (patch) | |
tree | 8bbecf74966c7d00141786a4a2f31da796b2b388 | |
parent | 4e0e6027d730294547873b04d357eb08e4d86406 (diff) | |
download | tdeio-locate-21b7da13e29c69156d1fb65f354b874916b7ca84.tar.gz tdeio-locate-21b7da13e29c69156d1fb65f354b874916b7ca84.zip |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2d05a4e..59a34a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,11 @@ include( FindPkgConfig ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths ) |