diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 12:03:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 12:03:48 +0900 |
commit | ccf78121e9092f95545ef413da667324ca2e3cdc (patch) | |
tree | ffa359cf75445c42b88f23f1d139d9282533c747 | |
parent | 95002e69cdd4eca31825560a3e2d37fce0d9f651 (diff) | |
download | tdelibs-ccf78121e9092f95545ef413da667324ca2e3cdc.tar.gz tdelibs-ccf78121e9092f95545ef413da667324ca2e3cdc.zip |
Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeL10n.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index e88a77237..d4599c271 100644 --- a/CMakeL10n.txt +++ b/CMakeL10n.txt @@ -14,7 +14,6 @@ include( TDEVersion ) cmake_minimum_required( VERSION ${TDE_CMAKE_MINIMUM_VERSION} ) -tde_set_project_version( ) ##### include our cmake modules ################# |