COMP: Add missing return value from Bill's change.

This commit is contained in:
Brad King 2007-12-13 18:30:53 -05:00
parent 9f61e2a235
commit 6db2c473e2
1 changed files with 1 additions and 0 deletions

View File

@ -1810,6 +1810,7 @@ int cmake::HandleDeleteCacheVariables(const char* var)
// re-run configure
return this->Configure();
}
return 0;
}
int cmake::Configure()