diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-04-07 16:20:08 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-04-07 16:20:08 (GMT) |
commit | b2e2c29d97ad6c185ff775328fbc1268b5427920 (patch) | |
tree | 18cf739d25da62db9afddcee0a43fc7db3e59abe /Source/cmaketest.cxx | |
parent | a56ddb5823285f1ae17f0c46632971ca9f02bbbf (diff) | |
download | CMake-b2e2c29d97ad6c185ff775328fbc1268b5427920.zip CMake-b2e2c29d97ad6c185ff775328fbc1268b5427920.tar.gz CMake-b2e2c29d97ad6c185ff775328fbc1268b5427920.tar.bz2 |
We should really just call make and not make all
Diffstat (limited to 'Source/cmaketest.cxx')
-rw-r--r-- | Source/cmaketest.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmaketest.cxx b/Source/cmaketest.cxx index 0c99135..d462f7d 100644 --- a/Source/cmaketest.cxx +++ b/Source/cmaketest.cxx @@ -223,7 +223,6 @@ int do_cmaketest (int argc, char **argv) } // now build - makeCommand += " all"; } std::cout << "Running make command: " << makeCommand.c_str() << " ...\n"; |