diff options
| author | Patrick Spendrin <ps_ml@gmx.de> | 2014-05-15 16:31:44 +0200 | 
|---|---|---|
| committer | Patrick Spendrin <ps_ml@gmx.de> | 2014-05-15 21:02:40 +0200 | 
| commit | edbefdaa47ba2af0f6472e6740e72870e4eb94fa (patch) | |
| tree | ef848c2d5bfd3406076104ca127576ea4c5aed13 /tests/ExecuteKDEModules | |
| parent | cb30eb91b8a0265c620e155b4b2acf916cab20a6 (diff) | |
| download | extra-cmake-modules-edbefdaa47ba2af0f6472e6740e72870e4eb94fa.tar.gz extra-cmake-modules-edbefdaa47ba2af0f6472e6740e72870e4eb94fa.tar.bz2 | |
fix running ECMKDEModules test
REVIEW:118147
Diffstat (limited to 'tests/ExecuteKDEModules')
| -rw-r--r-- | tests/ExecuteKDEModules/CMakeLists.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tests/ExecuteKDEModules/CMakeLists.txt b/tests/ExecuteKDEModules/CMakeLists.txt index e149ec7a..5f939024 100644 --- a/tests/ExecuteKDEModules/CMakeLists.txt +++ b/tests/ExecuteKDEModules/CMakeLists.txt @@ -177,3 +177,4 @@ foreach(variable ${absolute_path_vars})  endforeach()  add_executable(dummy main.c) +set_target_properties(dummy PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) | 
