mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 14:50:15 -05:00
ENH: Fixed recursive make call target escaping for Borland to support SubDirSpaces test.
This commit is contained in:
@@ -158,6 +158,13 @@ public:
|
||||
*/
|
||||
void SetIgnoreLibPrefix(bool s) { this->IgnoreLibPrefix = s; }
|
||||
|
||||
/**
|
||||
* Set whether passing a make target on a command line requires an
|
||||
* extra level of escapes.
|
||||
*/
|
||||
void SetMakeCommandEscapeTargetTwice(bool b)
|
||||
{ this->MakeCommandEscapeTargetTwice = b; }
|
||||
|
||||
// used in writing out Cmake files such as WriteDirectoryInformation
|
||||
static void WriteCMakeArgument(std::ostream& os, const char* s);
|
||||
|
||||
@@ -334,6 +341,7 @@ private:
|
||||
bool UnixCD;
|
||||
bool PassMakeflags;
|
||||
bool SilentNoColon;
|
||||
bool MakeCommandEscapeTargetTwice;
|
||||
//==========================================================================
|
||||
|
||||
std::string HomeRelativeOutputPath;
|
||||
|
||||
Reference in New Issue
Block a user