summaryrefslogtreecommitdiffstats
path: root/Source/cmaketest.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-23 19:57:05 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-09-23 19:57:05 (GMT)
commit576a490daa6d36e8c212fbc509b7712b2a72e7d8 (patch)
tree1cd3feeae9a53008ae93c941e3dadbe3e22cddec /Source/cmaketest.cxx
parent4ca00b8d3ee6d59a6dda248687e035994290ff0a (diff)
downloadCMake-576a490daa6d36e8c212fbc509b7712b2a72e7d8.zip
CMake-576a490daa6d36e8c212fbc509b7712b2a72e7d8.tar.gz
CMake-576a490daa6d36e8c212fbc509b7712b2a72e7d8.tar.bz2
Cleanup
Diffstat (limited to 'Source/cmaketest.cxx')
-rw-r--r--Source/cmaketest.cxx3
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