diff options
author | Brad King <brad.king@kitware.com> | 2006-09-28 14:37:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-09-28 14:37:19 (GMT) |
commit | 019dabc97fd8e71c4682a653138069d0a3026558 (patch) | |
tree | 3b16b43e3098881c259048151da6520c753b6f80 /Source/cmLocalGenerator.h | |
parent | 0b135767d6670c9b9fc51d50f7e222394383a374 (diff) | |
download | CMake-019dabc97fd8e71c4682a653138069d0a3026558.zip CMake-019dabc97fd8e71c4682a653138069d0a3026558.tar.gz CMake-019dabc97fd8e71c4682a653138069d0a3026558.tar.bz2 |
BUG: MSYS makefile shell needs posix paths to executables in some cases and it does not hurt to do it always.
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 66b47e5..f12ed9c 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -274,6 +274,7 @@ protected: bool WindowsShell; bool WindowsVSIDE; bool ForceUnixPath; + bool MSYSShell; bool UseRelativePaths; bool IgnoreLibPrefix; bool Configured; |