mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 06:40:16 -05:00
cmState: Move TargetType enum to separate namespace
This commit is contained in:
@@ -55,7 +55,8 @@ std::string cmLinkLineComputer::ComputeLinkLibs(cmComputeLinkInformation& cli)
|
||||
ItemVector const& items = cli.GetItems();
|
||||
for (ItemVector::const_iterator li = items.begin(); li != items.end();
|
||||
++li) {
|
||||
if (li->Target && li->Target->GetType() == cmState::INTERFACE_LIBRARY) {
|
||||
if (li->Target &&
|
||||
li->Target->GetType() == cmStateEnums::INTERFACE_LIBRARY) {
|
||||
continue;
|
||||
}
|
||||
if (li->IsPath) {
|
||||
|
||||
Reference in New Issue
Block a user