aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPatrick Spendrin <ps_ml@gmx.de>2014-05-10 00:10:54 +0200
committerPatrick Spendrin <ps_ml@gmx.de>2014-05-10 00:10:54 +0200
commit554be62af6d0f01049985076b2445229bae41816 (patch)
tree8a612ca587e3148077b21ea8b33af4ea723a91e1 /modules
parentba8600088b8838d5453dd0990ec595e904ec216e (diff)
downloadextra-cmake-modules-554be62af6d0f01049985076b2445229bae41816.tar.gz
extra-cmake-modules-554be62af6d0f01049985076b2445229bae41816.tar.bz2
add in the correct location. sorry for the noise
Diffstat (limited to 'modules')
-rw-r--r--modules/ECMAddTests.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMAddTests.cmake b/modules/ECMAddTests.cmake
index 8461ee76..911476cb 100644
--- a/modules/ECMAddTests.cmake
+++ b/modules/ECMAddTests.cmake
@@ -67,7 +67,7 @@ function(ecm_add_test)
if(NOT ECM_ADD_TEST_GUI)
ecm_mark_nongui_executable(${_testname})
endif()
- add_test(NAME "${ECM_ADD_TEST_NAME_PREFIX}"${_testname} COMMAND ${_testname})
+ add_test(NAME "${ECM_ADD_TEST_NAME_PREFIX}${_testname}" COMMAND ${_testname})
target_link_libraries(${_testname} ${ECM_ADD_TEST_LINK_LIBRARIES})
ecm_mark_as_test(${_testname})
endfunction()