diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index d796d96..75dfb7e 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -542,7 +542,8 @@ public: const char *ExpandVariablesInString(std::string& source, bool escapeQuotes, bool atOnly = false, const char* filename = 0, - long line = -1) const; + long line = -1, + bool removeEmpty = false) const; /** * Remove any remaining variables in the string. Anything with ${var} or |