COMP: Add missing return value from Bill's change.
This commit is contained in:
parent
9f61e2a235
commit
6db2c473e2
|
@ -1810,6 +1810,7 @@ int cmake::HandleDeleteCacheVariables(const char* var)
|
|||
// re-run configure
|
||||
return this->Configure();
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
int cmake::Configure()
|
||||
|
|
Loading…
Reference in New Issue