BUG: bug#3789 add msys for the msys generator
This commit is contained in:
parent
4d0c0e6d64
commit
8883a761d3
|
@ -72,6 +72,7 @@ void cmGlobalMSYSMakefileGenerator
|
|||
{
|
||||
gxx = tgxx;
|
||||
}
|
||||
mf->AddDefinition("MSYS", "1");
|
||||
mf->AddDefinition("CMAKE_GENERATOR_CC", gcc.c_str());
|
||||
mf->AddDefinition("CMAKE_GENERATOR_CXX", gxx.c_str());
|
||||
this->cmGlobalUnixMakefileGenerator3::EnableLanguage(l, mf);
|
||||
|
|
Loading…
Reference in New Issue