diff options
author | Michele Calgaro <[email protected]> | 2022-06-24 12:08:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-24 12:09:20 +0900 |
commit | 169b1ff8411fd7481bdba16a66fd5dbb97f8d1c4 (patch) | |
tree | 176e479683e59e1f07573d8f8c3d97f093905cc7 /CMakeLists.txt | |
parent | ae0e03fbb3f43fb8b37d9baa6285b65cfa904338 (diff) | |
download | kima-r14.0.x.tar.gz kima-r14.0.x.zip |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 4248101dc45f71107f7c633c7e0233389ef31a09)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 320c1dd..2ffbeb7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kima ) -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 ) |