Merge topic 'mingw32-make-backslash-workaround'

bb6663ca Makefile: Workaround mingw32-make trailing backslash trouble (#15546)
This commit is contained in:
Brad King
2015-05-04 11:02:18 -04:00
committed by CMake Topic Stage
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -95,6 +95,7 @@ public:
* Set to true if the make tool being used is MinGW Make.
*/
void SetMinGWMake(bool v) {this->MinGWMake = v;}
bool IsMinGWMake() const { return this->MinGWMake; }
/**
* Set to true if the make tool being used is NMake.