mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
make cmLocalGenerator::EscapeForCMake() static
This way it can be used also if there is no cmLocalGenerator instance around Alex
This commit is contained in:
@@ -251,7 +251,7 @@ public:
|
||||
std::string EscapeForShellOldStyle(const char* str);
|
||||
|
||||
/** Escape the given string as an argument in a CMake script. */
|
||||
std::string EscapeForCMake(const char* str);
|
||||
static std::string EscapeForCMake(const char* str);
|
||||
|
||||
enum FortranFormat
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user