diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 19:07:35 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 19:08:41 +0900 |
| commit | 11219e6f3efc1f5f3d757ed40c58ab5b88ead903 (patch) | |
| tree | 4a40d13bec6b9f9b38e35ec283d33ccb391dfb47 | |
| parent | 8676a309b4f0e8d83c8e7af6f9b4a82c078c91f2 (diff) | |
| download | ksystemlog-11219e6f.tar.gz ksystemlog-11219e6f.zip | |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 2ae90770162f2c095d4db72fcf4346196d6dbd54)
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bcbe64..02bb760 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( ksystemlog ) -set( VERSION R14.0.13 ) #### include essential cmake modules @@ -32,6 +31,11 @@ include( CheckCXXSourceCompiles ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths include( TDESetupPaths ) |
