mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 13:50:10 -05:00
ENH: always compile progress
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
class cmMacroFunctionBlocker : public cmFunctionBlocker
|
||||
{
|
||||
public:
|
||||
cmMacroFunctionBlocker() {}
|
||||
cmMacroFunctionBlocker() {this->Depth=0;}
|
||||
virtual ~cmMacroFunctionBlocker() {}
|
||||
virtual bool IsFunctionBlocked(const cmListFileFunction&, cmMakefile &mf);
|
||||
virtual bool ShouldRemove(const cmListFileFunction&, cmMakefile &mf);
|
||||
@@ -36,6 +36,7 @@ public:
|
||||
|
||||
std::vector<std::string> Args;
|
||||
std::vector<cmListFileFunction> Functions;
|
||||
int Depth;
|
||||
};
|
||||
|
||||
/** \class cmMacroCommand
|
||||
|
||||
Reference in New Issue
Block a user