diff options
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 215971f..8dbc952 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -484,7 +484,8 @@ bool cmake::SetCacheArgs(const std::vector<std::string>& args) return true; } -void cmake::ReadListFile(const std::vector<std::string>& args, const char *path) +void cmake::ReadListFile(const std::vector<std::string>& args, + const char *path) { // if a generator was not yet created, temporarily create one cmGlobalGenerator *gg = this->GetGlobalGenerator(); |