diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmake.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index fd59808..930d1ec 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -1810,6 +1810,7 @@ int cmake::HandleDeleteCacheVariables(const char* var) // re-run configure return this->Configure(); } + return 0; } int cmake::Configure() |