diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 63d6cf6ac7..68558192dd 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -422,6 +422,10 @@ public: { m_ComplainFileRegularExpression = regex; } + const char* GetComplainRegularExpression() + { + return m_ComplainFileRegularExpression.c_str(); + } /** * Get the list of targets