summaryrefslogtreecommitdiff
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-05-04 11:02:18 -0400
committerCMake Topic Stage <kwrobot@kitware.com>2015-05-04 11:02:18 -0400
commit8403c8da2c54affb0ab185aaaf302c7fa7ade914 (patch)
tree271f558c80dd4b28e03c5d2621e6b940e3e78cb1 /Source/cmLocalUnixMakefileGenerator3.h
parente0222dda1490dcfdf85a18ea5a22ec2313ea4d53 (diff)
parentbb6663ca0a73872b063477e92272418b7d49e39b (diff)
downloadcmake-8403c8da2c54affb0ab185aaaf302c7fa7ade914.tar.gz
Merge topic 'mingw32-make-backslash-workaround'
bb6663ca Makefile: Workaround mingw32-make trailing backslash trouble (#15546)
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index 9f83b8641c..aee22ec834 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -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.