diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index 60609a868c..f716709340 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -86,7 +86,7 @@ private: void WriteProjectDepends(std::ostream& fout, const char* name, const char* path, const cmTarget &t); - void WriteProjectConfigurations(std::ostream& fout, const char* name); + void WriteProjectConfigurations(std::ostream& fout, const char* name, bool in_all); void WriteExternalProject(std::ostream& fout, const char* name, const char* path, const std::vector& dependencies);