diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 23:23:28 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 23:26:08 +0900 |
commit | 07be9f46cf16814185ccfb2435a0654cd2c55580 (patch) | |
tree | 80b32fdf7e8083af9e4c0a3dcf88d7f012c96411 | |
parent | 3f1e051e652143af8d63488ce40f6e97d1b40c38 (diff) | |
download | tdepowersave-07be9f46cf16814185ccfb2435a0654cd2c55580.tar.gz tdepowersave-07be9f46cf16814185ccfb2435a0654cd2c55580.zip |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cbf7f06c177ef5101df183c684ed52e0b9d10d36)
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c1ac910..a4e682e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,11 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths ) |