mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 02:59:22 -05:00
BUG: Enabled use of EscapeForShell to properly escape custom command lines. This addresses bug#3786 for Xcode.
This commit is contained in:
@@ -201,12 +201,12 @@ public:
|
||||
const char* LanguageCompileFlags;
|
||||
};
|
||||
|
||||
protected:
|
||||
|
||||
/** Escape the given string to be used as a command line argument in
|
||||
the native build system shell. */
|
||||
std::string EscapeForShell(const char* str);
|
||||
|
||||
protected:
|
||||
|
||||
/** Construct a comment for a custom command. */
|
||||
std::string ConstructComment(const cmCustomCommand& cc,
|
||||
const char* default_comment = "");
|
||||
|
||||
Reference in New Issue
Block a user