diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-21 12:10:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-21 12:11:43 +0900 |
commit | 724e4c4b11700b41366ce4b2d50e4a7eeed5af78 (patch) | |
tree | 26862089af1c177288ac00e6ae1357233fabcfa1 | |
parent | 7ab2e21aba3722af27e96d5848a74815ae93d399 (diff) | |
download | tqscintilla-r14.0.x.tar.gz tqscintilla-r14.0.x.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 57e74b846ab20e5ee27a288866e402df20c6b1f6)
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b30066..17221a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( tqscintilla ) -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 ) |