diff options
| -rw-r--r-- | tests/KDEFetchTranslations/CMakeLists.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tests/KDEFetchTranslations/CMakeLists.txt b/tests/KDEFetchTranslations/CMakeLists.txt index 6501b820..f7cee347 100644 --- a/tests/KDEFetchTranslations/CMakeLists.txt +++ b/tests/KDEFetchTranslations/CMakeLists.txt @@ -21,6 +21,7 @@ if (NOT ${name} STREQUAL "extra-cmake-modules")      message(FATAL_ERROR "Wrong repository name: ${name}, should be 'extra-cmake-modules'")  endif()  add_executable(dummy ../ExecuteKDEModules/main.c) +ecm_mark_nongui_executable(dummy)  if(NOT TARGET fetch-translations)      message(FATAL_ERROR "should have a fetch-translations target") | 
