diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 19:17:02 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 19:17:34 +0900 |
commit | 03cf6b88348bf9bcb1f56aff5a2caa79c4781485 (patch) | |
tree | ef926ce97ec71da562a13a149e813d5489158d4c | |
parent | 8a9da7ae2671c604e0a85944e4f000572198195a (diff) | |
download | knmap-03cf6b88348bf9bcb1f56aff5a2caa79c4781485.tar.gz knmap-03cf6b88348bf9bcb1f56aff5a2caa79c4781485.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1f356d41b9f7e12b5289dfb32d699f0976c08d36)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8786e7f..9a3af8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( knmap ) -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 ) |