cmake does not require two arguments

This commit is contained in:
Ken Martin 2001-06-12 11:55:54 -04:00
parent 8f745e7fbe
commit f03ee2a53d
1 changed files with 0 additions and 5 deletions

View File

@ -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)
{