diff options
author | Michele Calgaro <[email protected]> | 2024-03-17 12:02:40 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 15:36:52 +0900 |
commit | 265bc607371c87275ee733a2a2d82eb9da0c9d05 (patch) | |
tree | 06bdd19b0bff7363f1b6e6ac103c50b8313c2ff0 | |
parent | 917de3261d9fcf83235ab5c4fd257bcfdd2d83cf (diff) | |
download | tdeartwork-265bc607371c87275ee733a2a2d82eb9da0c9d05.tar.gz tdeartwork-265bc607371c87275ee733a2a2d82eb9da0c9d05.zip |
Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 23154017a76cd1ecfd1535e034d337e0dfee9c53)
-rw-r--r-- | CMakeL10n.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 50ab77f6..98fa5792 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 ################# |