diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 12:02:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-03-17 15:36:10 +0900 |
commit | ce857b090b6c6437718c80bb473b3e1ada826bd5 (patch) | |
tree | e5b3be7d507c327976559742ee2085d95d7acd66 | |
parent | b58fbd54ba0d892ae4c0159fb88a7285d0f20499 (diff) | |
download | tdeaddons-ce857b090b6c6437718c80bb473b3e1ada826bd5.tar.gz tdeaddons-ce857b090b6c6437718c80bb473b3e1ada826bd5.zip |
Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a3afffac14fab1c0fd284a020b9b479d268a175e)
-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 ################# |