diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 19:40:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-20 19:40:32 +0900 |
commit | 8caad52294a5755c1e7fcb9dba617bd20cb06631 (patch) | |
tree | 1f52ad82a8a97116a51bc4066af3778d1d166f28 | |
parent | b2144c1a8560180c677761731218801dc3d7c23c (diff) | |
download | tdelibs-8caad52294a5755c1e7fcb9dba617bd20cb06631.tar.gz tdelibs-8caad52294a5755c1e7fcb9dba617bd20cb06631.zip |
Use TDE cmake macro to set version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 852fc2b85..6733ad83a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,6 @@ cmake_minimum_required( VERSION 3.1 ) project( tdelibs ) set( PACKAGE tdelibs ) -set( VERSION R14.1.0 ) ##### include essential cmake modules ########### @@ -40,6 +39,11 @@ include( TDEMacros ) include( TDESetupPaths ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup and find essential stuff ############ tde_setup_paths( ) |