diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 23:30:49 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-24 23:31:03 +0900 |
| commit | e25a2311da4e5faed7c19a1a00af264541387fc9 (patch) | |
| tree | 26a9b9045d5f800b427cb323ca6eea37e694c8f6 | |
| parent | f6e7a2a5dc6cacb6e43601fd270848b094c1ad7c (diff) | |
| download | kile-e25a2311.tar.gz kile-e25a2311.zip | |
Use TDE cmake macro to set [Bversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7cb40a82d49913a19708ad2a7cd546f7217707c9)
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fa5a6c4..122e473 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kile ) -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 ) |
