From 375ca6a6adeb35c7bdef75affaa20569d375980e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 22 Jun 2022 12:08:47 +0900 Subject: [PATCH] Fixed FTBFS caused by previous commit. Signed-off-by: Michele Calgaro --- template/commonCMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/template/commonCMakeLists.txt b/template/commonCMakeLists.txt index 7ef1d99cc77..bdfbb0b2a16 100644 --- a/template/commonCMakeLists.txt +++ b/template/commonCMakeLists.txt @@ -33,11 +33,6 @@ include( FindPkgConfig ) # required for find_package( TDE ) include( TDEMacros ) -##### set version number ######################## - -tde_set_project_version( ) - - ##### find required stuff ####################### find_package( TDE )