diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 12:08:47 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-06-22 12:09:10 +0900 |
commit | 128996c60d2c10d69754d3787a4d603ded0b7c4f (patch) | |
tree | 0ab3689211aebb047730149a54b2517860a9a531 /template | |
parent | 169c46122d3f3d13e35406c161d7c54e5e26c513 (diff) | |
download | tde-i18n-128996c60d2c10d69754d3787a4d603ded0b7c4f.tar.gz tde-i18n-128996c60d2c10d69754d3787a4d603ded0b7c4f.zip |
Fixed FTBFS caused by previous commit.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 375ca6a6adeb35c7bdef75affaa20569d375980e)
Diffstat (limited to 'template')
-rw-r--r-- | template/commonCMakeLists.txt | 5 |
1 files changed, 0 insertions, 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 ) |