ENH: Moved code that checks output path variables to separate ConfigureOutputPaths method. Needed to provide access to the same code from a subclass.

This commit is contained in:
Brad King
2004-11-05 15:03:45 -05:00
parent d41ed99297
commit 6297bcbf1d
2 changed files with 21 additions and 14 deletions
+2 -1
View File
@@ -88,7 +88,8 @@ public:
void SetPassMakeflags(bool s){m_PassMakeflags = s;}
protected:
void ConfigureOutputPaths();
void AddDependenciesToSourceFile(cmDependInformation const*info,
cmSourceFile *i,
std::set<cmDependInformation const*> *visited);