From 6db2c473e2e04bd599e229d40416169b93886159 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 13 Dec 2007 18:30:53 -0500 Subject: COMP: Add missing return value from Bill's change. --- Source/cmake.cxx | 1 + 1 file changed, 1 insertion(+) 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() -- cgit v0.12