diff options
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 2b9864a..0b12ce5 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -109,7 +109,7 @@ void cmake::ReadListFile(const char *path) { // if a generator was not yet created, temporarily create one cmGlobalGenerator *gg = this->GetGlobalGenerator(); - bool created; + bool created = false; // if a generator was not specified use a generic one if (!gg) |