diff options
author | Michele Calgaro <[email protected]> | 2024-03-17 12:02:16 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 12:02:16 +0900 |
commit | a3afffac14fab1c0fd284a020b9b479d268a175e (patch) | |
tree | 525074129f1a97fb5d5ebec66c5cca9e0758fab4 | |
parent | e882037ecea651f4240db9634e0d1a5a2955da5c (diff) | |
download | tdeaddons-a3afffac14fab1c0fd284a020b9b479d268a175e.tar.gz tdeaddons-a3afffac14fab1c0fd284a020b9b479d268a175e.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 5c5ff3c..1102c15 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 ################# |