diff options
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r-- | Source/cmMakefile.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 815421f..8248f5e 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -26,6 +26,9 @@ // default is not to be building executables cmMakefile::cmMakefile() { + // Setup the default include file regular expression. + m_IncludeFileRegularExpression = "^itk|^vtk|^vnl|^vcl|^f2c"; + m_DefineFlags = " "; m_MakefileGenerator = 0; this->AddDefaultCommands(); |