summaryrefslogtreecommitdiffstats
path: root/Source/WXDialog
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-03 20:15:38 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-03 20:15:38 (GMT)
commit74eb17767db5994b5926624e68a317e8ff03a0ed (patch)
tree6a1d010535fc2c4bc29f8b7ec5398773c0c8f3fb /Source/WXDialog
parentdc604b9f392767239752177f241e4a3648c5b5e2 (diff)
downloadCMake-74eb17767db5994b5926624e68a317e8ff03a0ed.zip
CMake-74eb17767db5994b5926624e68a317e8ff03a0ed.tar.gz
CMake-74eb17767db5994b5926624e68a317e8ff03a0ed.tar.bz2
Fix location of test
Diffstat (limited to 'Source/WXDialog')
-rw-r--r--Source/WXDialog/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WXDialog/CMakeLists.txt b/Source/WXDialog/CMakeLists.txt
index ada99de..2914681 100644
--- a/Source/WXDialog/CMakeLists.txt
+++ b/Source/WXDialog/CMakeLists.txt
@@ -61,7 +61,7 @@ IF ( CMAKE_WX_CAN_COMPILE )
IF(BUILD_TESTING)
ADD_TEST(wxCMakeSetupRunTest
- ${CMake_BINARY_DIR}/Source/wxCMakeSetup
+ ${EXECUTABLE_OUTPUT_PATH}/wxCMakeSetup
-Q -A:ON -B:${CMake_BINARY_DIR}/Tests/Simple
-H:${CMake_SOURCE_DIR}/Tests/Simple)
ENDIF(BUILD_TESTING)