diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-02-09 01:08:58 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-02-09 01:08:58 (GMT) |
commit | 4dd97ff97f69b65d3eb59665ad37659268f6f1f7 (patch) | |
tree | f99fda41b17066e4cbf437bf42f91017e3dba4d8 /Source | |
parent | 9107592550dcdcd549814b72a4d5f3c1c2616097 (diff) | |
download | CMake-4dd97ff97f69b65d3eb59665ad37659268f6f1f7.zip CMake-4dd97ff97f69b65d3eb59665ad37659268f6f1f7.tar.gz CMake-4dd97ff97f69b65d3eb59665ad37659268f6f1f7.tar.bz2 |
ENH: Install stage2 to handle runtime problem
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index c1bb7c6..31817cb 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -262,8 +262,7 @@ IF(BUILD_TESTING) --build-options "-DCMAKE_INSTALL_PREFIX:PATH=${SimpleInstallInstallDir}" "-DSTAGE2:BOOL=1" - --test-command - ${CMake_BINARY_DIR}/Tests/SimpleInstallS2/ExecPath/SimpleInstallS2) + --test-command ${SimpleInstallInstallDir}/bin/SimpleInstallS2) ADD_TEST(X11 ${CMAKE_CTEST_COMMAND} --build-and-test |