diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-02-21 04:08:12 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-02-21 04:08:12 (GMT) |
commit | e015df7d06a2b591571228cba10c5268a8f8fccd (patch) | |
tree | 3b25646b59d65a98d7a34edeeda9ac895d4bb0bc /Source/cmGlobalMSYSMakefileGenerator.h | |
parent | 2cb68f60003d0dbe9a2f91663ebca7de3b16c8f1 (diff) | |
download | CMake-e015df7d06a2b591571228cba10c5268a8f8fccd.zip CMake-e015df7d06a2b591571228cba10c5268a8f8fccd.tar.gz CMake-e015df7d06a2b591571228cba10c5268a8f8fccd.tar.bz2 |
ENH: better finding of mingw from msys, and delete CMakeFiles directory when cache is deleted
Diffstat (limited to 'Source/cmGlobalMSYSMakefileGenerator.h')
-rw-r--r-- | Source/cmGlobalMSYSMakefileGenerator.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalMSYSMakefileGenerator.h b/Source/cmGlobalMSYSMakefileGenerator.h index 4905f70..ba56d84 100644 --- a/Source/cmGlobalMSYSMakefileGenerator.h +++ b/Source/cmGlobalMSYSMakefileGenerator.h @@ -45,6 +45,9 @@ public: * extension, pthreads, byte order etc. */ virtual void EnableLanguage(std::vector<std::string>const& languages, cmMakefile *); + +private: + std::string FindMinGW(std::string const& makeloc); }; #endif |