cmake does not require two arguments
This commit is contained in:
parent
cdf786f9f8
commit
8f745e7fbe
|
@ -3,7 +3,7 @@
|
|||
int main(int ac, char** av)
|
||||
{
|
||||
cmake cm;
|
||||
if(ac < 2)
|
||||
if(ac < 1)
|
||||
{
|
||||
cm.Usage(av[0]);
|
||||
return -1;
|
||||
|
|
Loading…
Reference in New Issue