KDevelop: Use GetLocation(0) instead of LOCATION property.
This can be migrated to use cmGeneratorTarget later.
This commit is contained in:
parent
1da77bf1ee
commit
cffcdd8331
|
@ -75,7 +75,7 @@ void cmGlobalKdevelopGenerator::Generate()
|
|||
{
|
||||
if (ti->second.GetType()==cmTarget::EXECUTABLE)
|
||||
{
|
||||
executable = ti->second.GetProperty("LOCATION");
|
||||
executable = ti->second.GetLocation(0);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue