mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 03:29:18 -05:00
cmComputeTargetDepends: Change API to use cmGeneratorTarget.
This commit is contained in:
@@ -224,7 +224,7 @@ void cmGlobalVisualStudio6Generator
|
||||
tt = orderedProjectTargets.begin();
|
||||
tt != orderedProjectTargets.end(); ++tt)
|
||||
{
|
||||
cmTarget const* target = *tt;
|
||||
cmTarget const* target = (*tt)->Target;
|
||||
if(target->GetType() == cmTarget::INTERFACE_LIBRARY)
|
||||
{
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user