diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-25 23:20:49 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-25 23:21:10 +0900 |
| commit | f2eb2bafb57ef21d989965398cb8e64e92537e95 (patch) | |
| tree | bc169808dc83673d15c6dc80e7531a347cc22038 | |
| parent | 1631e2a9bc8c59ac8a7d9deb4f4bcf84e4a553b1 (diff) | |
| download | kmplayer-f2eb2baf.tar.gz kmplayer-f2eb2baf.zip | |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f550ae84798ea2e91373aff3cbd84e1b470c171f)
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 30c29c2..7102a19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( kmplayer ) -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 ) |
