diff options
author | Brad King <brad.king@kitware.com> | 2005-01-04 21:26:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-01-04 21:26:54 (GMT) |
commit | 524769aebc2356b89a021fc9229fb7ed548a46a9 (patch) | |
tree | 84d66b29853ea9460a2ffce1efa1fc75a2710dc5 /Source | |
parent | 320e90ef5aabc50f6bfb3d32b8cb95702a446d98 (diff) | |
download | CMake-524769aebc2356b89a021fc9229fb7ed548a46a9.zip CMake-524769aebc2356b89a021fc9229fb7ed548a46a9.tar.gz CMake-524769aebc2356b89a021fc9229fb7ed548a46a9.tar.bz2 |
ENH: Made ConfigureOutputPaths virtual to help new generator.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.h b/Source/cmLocalUnixMakefileGenerator.h index 4a854ca..403357e 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<cmDependInformation const*> *visited); |