diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 13:40:19 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-26 13:40:36 +0900 |
| commit | a892f1f034bb7a6ed982dece06b1359db02ee919 (patch) | |
| tree | 38490041bb7c41a092e197f6eaaffffb0bc59946 | |
| parent | e6834904ee095e0b15c2ee03c3f873a3d444da04 (diff) | |
| download | tdeio-ftps-a892f1f0.tar.gz tdeio-ftps-a892f1f0.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4bdaeffb762b28157b6bfdd743aaf12d2fe4597d)
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 42bea70..eb3fbe3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( tdeio_ftps ) -set( VERSION R14.0.13 ) #### include essential cmake modules @@ -33,6 +32,11 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths include( TDESetupPaths ) |
