diff options
author | Michele Calgaro <[email protected]> | 2022-06-22 23:20:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-22 23:20:45 +0900 |
commit | aa806af7649da9b26aadf4abaa7b0ed4e0335410 (patch) | |
tree | 6c0478ea818994b06d0515c4098540a6a1cc8616 | |
parent | baf778cd4e0b294df8fa58c808b834d3c7ce2922 (diff) | |
download | tdedocker-aa806af7649da9b26aadf4abaa7b0ed4e0335410.tar.gz tdedocker-aa806af7649da9b26aadf4abaa7b0ed4e0335410.zip |
Use TDE cmake macro to set versionr14.1.0
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a1d9b8e..28390c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,6 @@ cmake_minimum_required( VERSION 3.1 ) ##### general package setup ##################### project( tdedocker ) -set( VERSION R14.1.0 ) ##### include essential cmake modules ########### @@ -35,6 +34,11 @@ include( FindPkgConfig ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths ) |