diff options
author | Michele Calgaro <[email protected]> | 2024-03-17 11:59:06 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 15:35:17 +0900 |
commit | aefe09ab53aa8eed2d529f0321e83a02e77b4a0c (patch) | |
tree | d962a8a109eeb304d8d80bf63f4f23586973a4f9 | |
parent | 48488e36df3d656d1ecbf8f0bf2ff5f7fe28bec6 (diff) | |
download | abakus-aefe09ab53aa8eed2d529f0321e83a02e77b4a0c.tar.gz abakus-aefe09ab53aa8eed2d529f0321e83a02e77b4a0c.zip |
Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 63a4deaab1c7f10b04e94c730ab1b19dc502d591)
-rw-r--r-- | CMakeL10n.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 2fa0dbd..0176702 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 ################# |