diff options
author | Brad King <brad.king@kitware.com> | 2005-04-13 21:58:08 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-04-13 21:58:08 (GMT) |
commit | 8d150e0bfb13147823a4d0c5aceda21d42a20d6c (patch) | |
tree | 6bbec013e854d555023d280b443767ec242acc58 | |
parent | 21d54eea8dadbc352b1f640a6f877656188412df (diff) | |
download | CMake-8d150e0bfb13147823a4d0c5aceda21d42a20d6c.zip CMake-8d150e0bfb13147823a4d0c5aceda21d42a20d6c.tar.gz CMake-8d150e0bfb13147823a4d0c5aceda21d42a20d6c.tar.bz2 |
BUG: The test1 executable has been removed from kwsys. Instead using testIOS for the kwsys test.
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 510aa0f..9edced4 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -651,7 +651,7 @@ IF(BUILD_TESTING) --build-generator ${CMAKE_GENERATOR} --build-makeprogram ${MAKEPROGRAM} --build-project kwsys - --test-command test1 + --test-command testIOS ) IF (WIN32) |