From 2af6c41a60c2e5809d03d80fc15dfcc05fda7ea4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 20 Jun 2022 18:29:42 +0900 Subject: [PATCH] Use TDE cmake macro to set version Signed-off-by: Michele Calgaro (cherry picked from commit aeb70101ef7de107709fded37e79649858b88098) --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 13cbeff..2c067d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,6 +23,11 @@ include( CheckSymbolExists ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### optional stuff option( WITH_ALL_OPTIONS "Enable all optional support" OFF )