diff options
Diffstat (limited to 'community/extra-cmake-modules/disable-KDEFetchTranslations.patch')
-rw-r--r-- | community/extra-cmake-modules/disable-KDEFetchTranslations.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/extra-cmake-modules/disable-KDEFetchTranslations.patch b/community/extra-cmake-modules/disable-KDEFetchTranslations.patch new file mode 100644 index 0000000000..ab2c11b598 --- /dev/null +++ b/community/extra-cmake-modules/disable-KDEFetchTranslations.patch @@ -0,0 +1,13 @@ +diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt +index 9df03eb..040e184 100644 +--- a/tests/CMakeLists.txt ++++ b/tests/CMakeLists.txt +@@ -111,7 +111,6 @@ endif() + + add_test_macro(ExecuteCoreModules dummy) + add_test_macro(ExecuteKDEModules dummy) +-add_test_macro(KDEFetchTranslations dummy) + + add_test_macro(KDEInstallDirsTest.relative_or_absolute dummy) + add_test_variant(KDEInstallDirsTest.vars_in_sync_no_args + |