From 9dfcf38a3e4fbd14f15a6bb687fc85fd5ca34fd4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 26 Jun 2022 14:20:42 +0900 Subject: [PATCH] Use TDE cmake macro to set version Signed-off-by: Michele Calgaro (cherry picked from commit bb2a57921a882261708ec91c04803a941e773994) --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a251b7..b5db36a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,6 +48,11 @@ include( FindPkgConfig ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths )