From 4e01e4b2178cc5c371c4205318a8494b737349a9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 24 Jun 2022 12:36:11 +0900 Subject: [PATCH] Use TDE cmake macro to set version Signed-off-by: Michele Calgaro --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a31cb2d..6b8044c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,11 @@ include( FindPkgConfig ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths )