diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 12:04:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 12:04:53 +0900 |
commit | 03f3d17b9d2505c120b27603abb65aa74901841a (patch) | |
tree | 4e0d01ce6c097178b75a8bb15d7a2a93392e4aec | |
parent | c251a41ac4571b306adf450620b89f452a240ac9 (diff) | |
download | tdetoys-03f3d17b9d2505c120b27603abb65aa74901841a.tar.gz tdetoys-03f3d17b9d2505c120b27603abb65aa74901841a.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 0e88a47..212193b 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 ################# |