summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-05-24 15:17:30 (GMT)
committerKen Martin <ken.martin@kitware.com>2005-05-24 15:17:30 (GMT)
commitef6c5ae23e369a3b6fd275069856d482fe7417c1 (patch)
treee0fa7f39ae0af7da8531e0b3540fe8e9ae322e26 /Source/cmGlobalUnixMakefileGenerator3.h
parent7157fa163c3ec559f991c6d72453f6437b7b43bc (diff)
downloadCMake-ef6c5ae23e369a3b6fd275069856d482fe7417c1.zip
CMake-ef6c5ae23e369a3b6fd275069856d482fe7417c1.tar.gz
CMake-ef6c5ae23e369a3b6fd275069856d482fe7417c1.tar.bz2
ENH: optimization to not use requires step unless a language requires it
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmGlobalUnixMakefileGenerator3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.h b/Source/cmGlobalUnixMakefileGenerator3.h
index 9cb049b..66c57d3 100644
--- a/Source/cmGlobalUnixMakefileGenerator3.h
+++ b/Source/cmGlobalUnixMakefileGenerator3.h
@@ -75,6 +75,8 @@ protected:
const cmTarget& target);
void AppendAnyGlobalDepend(std::vector<std::string>& depends, const char* name);
+ // does this generator need a requires step for any of its targets
+ bool NeedRequiresStep(cmLocalUnixMakefileGenerator3 *lg);
};