summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2005-01-04 21:26:54 (GMT)
committerBrad King <brad.king@kitware.com>2005-01-04 21:26:54 (GMT)
commit524769aebc2356b89a021fc9229fb7ed548a46a9 (patch)
tree84d66b29853ea9460a2ffce1efa1fc75a2710dc5 /Source/cmLocalUnixMakefileGenerator.h
parent320e90ef5aabc50f6bfb3d32b8cb95702a446d98 (diff)
downloadCMake-524769aebc2356b89a021fc9229fb7ed548a46a9.zip
CMake-524769aebc2356b89a021fc9229fb7ed548a46a9.tar.gz
CMake-524769aebc2356b89a021fc9229fb7ed548a46a9.tar.bz2
ENH: Made ConfigureOutputPaths virtual to help new generator.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator.h2
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);