summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2012-11-13 19:31:26 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2012-11-13 19:31:26 (GMT)
commit10fd4c93523eedf15ccf0a90e87c56c7ef2979f9 (patch)
treeaf4f2f084a34be2955825a5b7d7a895ce4f49fa1 /Modules
parentd3fb1fa6f016b107a2051aa0b92defe79652e941 (diff)
parentb58fd6569a57213299762a9ca04569650e9b7ffa (diff)
downloadCMake-10fd4c93523eedf15ccf0a90e87c56c7ef2979f9.zip
CMake-10fd4c93523eedf15ccf0a90e87c56c7ef2979f9.tar.gz
CMake-10fd4c93523eedf15ccf0a90e87c56c7ef2979f9.tar.bz2
Merge topic 'MakeSquish4Work'
b58fd65 Squish: fix new squish_v4_add_test() macro
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindSquish.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindSquish.cmake b/Modules/FindSquish.cmake
index ad72958..b797805 100644
--- a/Modules/FindSquish.cmake
+++ b/Modules/FindSquish.cmake
@@ -221,7 +221,7 @@ function(SQUISH_V4_ADD_TEST testName)
get_target_property(testAUTLocation ${_SQUISH_AUT} LOCATION)
get_filename_component(testAUTDir ${testAUTLocation} PATH)
- get_target_property(testAUTName ${_SQUISH_AUT} OUTPUT_NAME)
+ get_filename_component(testAUTName ${testAUTLocation} NAME)
get_filename_component(absTestSuite "${_SQUISH_SUITE}" ABSOLUTE)
if(NOT EXISTS "${absTestSuite}")