diff options
author | Michele Calgaro <[email protected]> | 2024-03-17 12:05:29 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 12:05:29 +0900 |
commit | 12978a1fe0b61bb101191d30415769a94502f196 (patch) | |
tree | 4eab3ccf3f89281348ed57efe657d694ce8eac21 | |
parent | 749884499d750d9a31dec3b89409e09b330d795f (diff) | |
download | tdevelop-12978a1fe0b61bb101191d30415769a94502f196.tar.gz tdevelop-12978a1fe0b61bb101191d30415769a94502f196.zip |
Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt
Signed-off-by: Michele Calgaro <[email protected]>
-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 ################# |