mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
cmake does not require two arguments
This commit is contained in:
@@ -3,11 +3,6 @@
|
||||
int main(int ac, char** av)
|
||||
{
|
||||
cmake cm;
|
||||
if(ac < 1)
|
||||
{
|
||||
cm.Usage(av[0]);
|
||||
return -1;
|
||||
}
|
||||
std::vector<std::string> args;
|
||||
for(int i =0; i < ac; ++i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user