diff options
author | Michele Calgaro <[email protected]> | 2022-06-22 23:20:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-22 23:21:44 +0900 |
commit | b5d656856338b90259aad9d84450194ff4a1ceea (patch) | |
tree | bf3b2326261acfa14458dffe227e4b9db28ad961 | |
parent | 2654338bb28920c27e479a874fbad81e60578edc (diff) | |
download | tdedocker-r14.0.x.tar.gz tdedocker-r14.0.x.zip |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit aa806af7649da9b26aadf4abaa7b0ed4e0335410)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e55a508..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.0.13 ) ##### include essential cmake modules ########### @@ -35,6 +34,11 @@ include( FindPkgConfig ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths ) |