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)
|
int main(int ac, char** av)
|
||||||
{
|
{
|
||||||
cmake cm;
|
cmake cm;
|
||||||
if(ac < 2)
|
if(ac < 1)
|
||||||
{
|
{
|
||||||
cm.Usage(av[0]);
|
cm.Usage(av[0]);
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user