diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 12:05:29 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 17:17:34 +0900 |
commit | 40fd405ed1b2a283f3e1101893e9b19956313587 (patch) | |
tree | 5c400f16bdbfbe651815cdc3f55795236e7c03f9 | |
parent | 27159fc6b5a932e41f6c46a314186d0e8a416c64 (diff) | |
download | tdevelop-40fd405ed1b2a283f3e1101893e9b19956313587.tar.gz tdevelop-40fd405ed1b2a283f3e1101893e9b19956313587.zip |
Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 12978a1fe0b61bb101191d30415769a94502f196)
-rw-r--r-- | CMakeL10n.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 25ce07de..47f3ce7d 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 ################# |