diff options
author | Michele Calgaro <[email protected]> | 2024-03-17 12:02:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 15:37:12 +0900 |
commit | d6b6bd7938085349b2bab766df231e0ce4f74b72 (patch) | |
tree | 9b2a112664fcffe4025ac48b021cee8eab4794df | |
parent | 97c7b6674f8e93b0851d51a67e58a6c72a00457b (diff) | |
download | tdebase-d6b6bd7938085349b2bab766df231e0ce4f74b72.tar.gz tdebase-d6b6bd7938085349b2bab766df231e0ce4f74b72.zip |
Remove unnecessary 'tde_set_project_version' from CMakeL10n.txt
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f548d391bb5b60cc3edf9248b9f793401d771196)
-rw-r--r-- | CMakeL10n.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt index 60e82e1e3..2174f27bc 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 ################# |