diff options
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 907e111..2ab00a6 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -448,7 +448,7 @@ void cmGlobalGenerator::LocalGenerate() int cmGlobalGenerator::TryCompile(const char *, const char *bindir, const char *, const char *target, - std::string *output) + std::string *output, cmMakefile*) { // now build the test std::string makeCommand = |