From 5ec56f07e738ac0fba10c915496fd44bdc4494c4 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 4 Jun 2017 19:05:10 +0200 Subject: tests: fix output directory for KDEFetchTranslations hopefully the dummy executable will be where expected (on Windows) --- tests/KDEFetchTranslations/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/KDEFetchTranslations/CMakeLists.txt b/tests/KDEFetchTranslations/CMakeLists.txt index 78b7f482..6aca9b00 100644 --- a/tests/KDEFetchTranslations/CMakeLists.txt +++ b/tests/KDEFetchTranslations/CMakeLists.txt @@ -24,6 +24,8 @@ endif() add_executable(dummy ../ExecuteKDEModules/main.c) ecm_mark_nongui_executable(dummy) +set_target_properties(dummy PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + if(NOT TARGET fetch-translations) message(FATAL_ERROR "should have a fetch-translations target") endif() -- cgit v1.2.1