diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 12:32:17 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 12:34:25 +0900 |
| commit | f1a7b5e11a86bdcbaa495a00205b8c6c8f0f663a (patch) | |
| tree | cc98ed027114693b6931ff591a8f697a07127c44 | |
| parent | 869d8222e268e45becdcfc060bd3d2783fcf5a79 (diff) | |
| download | tdenetworkmanager-f1a7b5e11a86bdcbaa495a00205b8c6c8f0f663a.tar.gz tdenetworkmanager-f1a7b5e11a86bdcbaa495a00205b8c6c8f0f663a.zip | |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 22af9253296bf81d1edd657e23ee7863bc313599)
| -rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a251c0..fec68e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,11 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths ) |
