mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 22:30:07 -05:00
We should really just call make and not make all
This commit is contained in:
@@ -223,7 +223,6 @@ int do_cmaketest (int argc, char **argv)
|
||||
}
|
||||
|
||||
// now build
|
||||
makeCommand += " all";
|
||||
}
|
||||
|
||||
std::cout << "Running make command: " << makeCommand.c_str() << " ...\n";
|
||||
|
||||
Reference in New Issue
Block a user