diff options
author | Michele Calgaro <[email protected]> | 2022-06-23 14:13:02 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-23 14:14:10 +0900 |
commit | 54c4d7a34723407d1fe82d6643341d9298c9142e (patch) | |
tree | 8c020759e69c73a132006d73c746df72d3345096 | |
parent | dd62d10b94861071dff2b86ac2dcb1d38e1231bb (diff) | |
download | knutclient-r14.0.x.tar.gz knutclient-r14.0.x.zip |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 35b4c59d90b3f2f798c90f5066e9719646f33d76)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5c17bd3..1adee24 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( knutclient ) -set( VERSION R14.0.13 ) #### include essential cmake modules @@ -32,6 +31,11 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths include( TDESetupPaths ) |