From 9435fed81c590c4f6d393b0d30984b14ee89c26e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 20 Jun 2022 19:21:24 +0900 Subject: [PATCH] Use TDE cmake macro to set version Signed-off-by: Michele Calgaro (cherry picked from commit 0496057fb6e76fa60bb069631402ba6b05d1a4e5) --- CMakeLists.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bbff02..ccb76d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,6 @@ cmake_minimum_required( VERSION 3.1 ) #### general package setup project( tqca ) -set( VERSION R14.0.13 ) #### include essential cmake modules @@ -33,6 +32,11 @@ include( GNUInstallDirs OPTIONAL ) include( TDEMacros ) +##### set version number ######################## + +tde_set_project_version( ) + + ##### setup install paths if( CMAKE_INSTALL_LIBDIR )