diff options
author | Michele Calgaro <[email protected]> | 2022-06-26 13:38:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-26 13:39:09 +0900 |
commit | 9aa9c455970d701f3085e012162241b691d971df (patch) | |
tree | 7f01c08a7174c4a8fc7d379d95a5e3df02a24f46 | |
parent | e4305e9d0a0a819feb99bb4c6951ba38c593bad3 (diff) | |
download | tdeio-apt-9aa9c455970d701f3085e012162241b691d971df.tar.gz tdeio-apt-9aa9c455970d701f3085e012162241b691d971df.zip |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 937dbf8cc9a4c1916322e88f9bbdbb3bf6d9b27a)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 035cc5e..c08c8eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( tdeio_apt ) -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 ) |