diff options
author | Michele Calgaro <[email protected]> | 2024-03-17 12:04:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-03-17 12:04:00 +0900 |
commit | 62f0e274561bb928a50a9fcb7ee427e9d1dacfd5 (patch) | |
tree | b5a01b269d9954a79e5550bd5ee3644dbc3da1d2 | |
parent | 22ba8866a9753d13204f500475d21f8051c17bac (diff) | |
download | tdemultimedia-62f0e274561bb928a50a9fcb7ee427e9d1dacfd5.tar.gz tdemultimedia-62f0e274561bb928a50a9fcb7ee427e9d1dacfd5.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 4447c926..846a8586 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 ################# |