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:44:06 +0900 |
commit | dd592dfeab7668d7211ef0b97a2227180119979a (patch) | |
tree | ecff4f94b2bece26925b2dfaa1dc1abaf172db1b /CMakeLists.txt | |
parent | e86a1a89b233bc678af3ed1cbbfbd9b0dc836e29 (diff) | |
download | tdeio-locate-dd592dfeab7668d7211ef0b97a2227180119979a.tar.gz tdeio-locate-dd592dfeab7668d7211ef0b97a2227180119979a.zip |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 21b7da13e29c69156d1fb65f354b874916b7ca84)
Diffstat (limited to 'CMakeLists.txt')
-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 ) |