diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-06-22 15:14:32 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-06-22 15:14:32 (GMT) |
commit | 43793f7df4c540b132010eccb74b73cf010eb60a (patch) | |
tree | a93b9da3a78d29eec5fede01957ce426ae854ed2 /Source/cmMakefile.h | |
parent | b977136904223e1763414527683ff4a4891a5549 (diff) | |
download | CMake-43793f7df4c540b132010eccb74b73cf010eb60a.zip CMake-43793f7df4c540b132010eccb74b73cf010eb60a.tar.gz CMake-43793f7df4c540b132010eccb74b73cf010eb60a.tar.bz2 |
added escape quotes option in replace strings
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index d430f04..5c13889 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -451,6 +451,7 @@ public: * expanded to match autoconf style expansions. */ void ExpandVariablesInString(std::string& source) const; + void ExpandVariablesInString(std::string& source, bool escapeQuotes) const; /** * Remove any remaining variables in the string. Anything with ${var} or |