diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-23 19:57:05 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-09-23 19:57:05 (GMT) |
commit | 576a490daa6d36e8c212fbc509b7712b2a72e7d8 (patch) | |
tree | 1cd3feeae9a53008ae93c941e3dadbe3e22cddec /Source/cmaketest.cxx | |
parent | 4ca00b8d3ee6d59a6dda248687e035994290ff0a (diff) | |
download | CMake-576a490daa6d36e8c212fbc509b7712b2a72e7d8.zip CMake-576a490daa6d36e8c212fbc509b7712b2a72e7d8.tar.gz CMake-576a490daa6d36e8c212fbc509b7712b2a72e7d8.tar.bz2 |
Cleanup
Diffstat (limited to 'Source/cmaketest.cxx')
-rw-r--r-- | Source/cmaketest.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx index 3fe0780..45ce992 100644 --- a/Source/cmaketest.cxx +++ b/Source/cmaketest.cxx @@ -123,9 +123,8 @@ int main (int argc, char **argv) } std::cout << "Done Generating build files.\n"; - cmake cm2; std::cout << "Generating build files (again)...\n"; - if (cm2.Run(args) != 0) + if (cm.Run(args) != 0) { std::cerr << "Error: cmake execution failed\n"; // return to the original directory |