diff options
author | Michele Calgaro <[email protected]> | 2022-06-21 12:10:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-06-21 12:10:50 +0900 |
commit | 57e74b846ab20e5ee27a288866e402df20c6b1f6 (patch) | |
tree | f76c77a4444ab8afff43e6fd371309d9433020da | |
parent | f6f78423419cf70d6462b87d4638c6288d4f62ba (diff) | |
download | tqscintilla-57e74b846ab20e5ee27a288866e402df20c6b1f6.tar.gz tqscintilla-57e74b846ab20e5ee27a288866e402df20c6b1f6.zip |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7196a4d..36dd942 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.1.0 ) #### 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 ) |