parent
5b18b80b58
commit
789f0b26d9
|
@ -27,7 +27,7 @@ cmGlobalVisualStudio6Generator::cmGlobalVisualStudio6Generator()
|
||||||
void cmGlobalVisualStudio6Generator
|
void cmGlobalVisualStudio6Generator
|
||||||
::EnableLanguage(std::vector<std::string>const& lang,
|
::EnableLanguage(std::vector<std::string>const& lang,
|
||||||
cmMakefile *mf,
|
cmMakefile *mf,
|
||||||
bool options)
|
bool optional)
|
||||||
{
|
{
|
||||||
mf->AddDefinition("CMAKE_GENERATOR_CC", "cl");
|
mf->AddDefinition("CMAKE_GENERATOR_CC", "cl");
|
||||||
mf->AddDefinition("CMAKE_GENERATOR_CXX", "cl");
|
mf->AddDefinition("CMAKE_GENERATOR_CXX", "cl");
|
||||||
|
|
Loading…
Reference in New Issue