mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
Xcode: Do not emit the ZERO_CHECK target more than once
This commit is contained in:
@@ -770,7 +770,8 @@ cmGlobalXCodeGenerator::CreateXCodeFileReference(cmSourceFile* sf,
|
||||
bool cmGlobalXCodeGenerator::SpecialTargetEmitted(std::string const& tname)
|
||||
{
|
||||
if(tname == "ALL_BUILD" || tname == "XCODE_DEPEND_HELPER" ||
|
||||
tname == "install" || tname == "package" || tname == "RUN_TESTS" )
|
||||
tname == "install" || tname == "package" || tname == "RUN_TESTS" ||
|
||||
tname == CMAKE_CHECK_BUILD_SYSTEM_TARGET )
|
||||
{
|
||||
if(this->TargetDoneSet.find(tname) != this->TargetDoneSet.end())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user