diff --git a/Source/cmLocalUnixMakefileGenerator.h b/Source/cmLocalUnixMakefileGenerator.h index 4a854cad65..403357eeb8 100644 --- a/Source/cmLocalUnixMakefileGenerator.h +++ b/Source/cmLocalUnixMakefileGenerator.h @@ -89,7 +89,7 @@ public: protected: - void ConfigureOutputPaths(); + virtual void ConfigureOutputPaths(); void AddDependenciesToSourceFile(cmDependInformation const*info, cmSourceFile *i, std::set *visited);