mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
Xcode: Allow override of CMAKE_CONFIGURATION_TYPES (#8914)
This commit is contained in:
parent
6744616fb2
commit
e6221ed2c4
@ -164,6 +164,8 @@ void cmGlobalXCodeGenerator::EnableLanguage(std::vector<std::string>const&
|
||||
{
|
||||
}
|
||||
else
|
||||
{
|
||||
if(!mf->GetDefinition("CMAKE_CONFIGURATION_TYPES"))
|
||||
{
|
||||
mf->AddCacheDefinition(
|
||||
"CMAKE_CONFIGURATION_TYPES",
|
||||
@ -173,6 +175,7 @@ void cmGlobalXCodeGenerator::EnableLanguage(std::vector<std::string>const&
|
||||
"anything else will be ignored.",
|
||||
cmCacheManager::STRING);
|
||||
}
|
||||
}
|
||||
mf->AddDefinition("CMAKE_GENERATOR_CC", "gcc");
|
||||
mf->AddDefinition("CMAKE_GENERATOR_CXX", "g++");
|
||||
mf->AddDefinition("CMAKE_GENERATOR_NO_COMPILER_ENV", "1");
|
||||
|
Loading…
Reference in New Issue
Block a user