mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 06:09:52 -06:00
ENH: fix install test with xcode, the xcode generator does not support library versioning yet
This commit is contained in:
@@ -42,6 +42,7 @@ void cmGlobalXCodeGenerator::EnableLanguage(std::vector<std::string>const&
|
||||
lang,
|
||||
cmMakefile * mf)
|
||||
{
|
||||
mf->AddDefinition("XCODE","1");
|
||||
mf->AddDefinition("CMAKE_CFG_INTDIR",".");
|
||||
mf->AddDefinition("CMAKE_GENERATOR_CC", "gcc");
|
||||
mf->AddDefinition("CMAKE_GENERATOR_CXX", "g++");
|
||||
|
||||
Reference in New Issue
Block a user