diff options
author | Brad King <brad.king@kitware.com> | 2004-11-05 20:03:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2004-11-05 20:03:45 (GMT) |
commit | 6297bcbf1dd0543a27a2cea198e20f0652b98324 (patch) | |
tree | 7f285d4b37b76f53550957c823b41de6c44a24ef /Source/cmLocalUnixMakefileGenerator.h | |
parent | d41ed992972318802b70a0651633386bc16adda9 (diff) | |
download | CMake-6297bcbf1dd0543a27a2cea198e20f0652b98324.zip CMake-6297bcbf1dd0543a27a2cea198e20f0652b98324.tar.gz CMake-6297bcbf1dd0543a27a2cea198e20f0652b98324.tar.bz2 |
ENH: Moved code that checks output path variables to separate ConfigureOutputPaths method. Needed to provide access to the same code from a subclass.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.h b/Source/cmLocalUnixMakefileGenerator.h index 020ea57..4a854ca 100644 --- a/Source/cmLocalUnixMakefileGenerator.h +++ b/Source/cmLocalUnixMakefileGenerator.h @@ -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); |