From 508a3f88416b33bc42c355b79fec227318ec4155 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 20 Jun 2022 19:26:44 +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 261334e..526af89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,6 +30,11 @@ include( FindPkgConfig ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths ####################### include( TDESetupPaths )