diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 19:21:24 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 19:23:06 +0900 |
commit | 9435fed81c590c4f6d393b0d30984b14ee89c26e (patch) | |
tree | b497f5c81fce05513e8efb30573222071b598f59 | |
parent | aa57b64e7163755d1e77fe6ddf940642f916e057 (diff) | |
download | tqca-9435fed81c590c4f6d393b0d30984b14ee89c26e.tar.gz tqca-9435fed81c590c4f6d393b0d30984b14ee89c26e.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 0496057fb6e76fa60bb069631402ba6b05d1a4e5)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bbff02..ccb76d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( tqca ) -set( VERSION R14.0.13 ) #### include essential cmake modules @@ -33,6 +32,11 @@ include( GNUInstallDirs OPTIONAL ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths if( CMAKE_INSTALL_LIBDIR ) |