diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-04-12 17:27:07 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-04-12 17:27:07 (GMT) |
commit | 100407394209e44cd8a2dae555d2424161f45a6e (patch) | |
tree | 5d7f1c7fd896ebebfa3387eb30f82016c7cd9bff /Source/cmMakefile.h | |
parent | 9e4506a2d0586dacba53119bc7c651a1d16c1849 (diff) | |
download | CMake-100407394209e44cd8a2dae555d2424161f45a6e.zip CMake-100407394209e44cd8a2dae555d2424161f45a6e.tar.gz CMake-100407394209e44cd8a2dae555d2424161f45a6e.tar.bz2 |
ENH: performance improvements
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 |