KDevelop: Use GetLocation(0) instead of LOCATION property.

This can be migrated to use cmGeneratorTarget later.
This commit is contained in:
Stephen Kelly 2013-11-18 17:48:25 +01:00
parent 1da77bf1ee
commit cffcdd8331
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ void cmGlobalKdevelopGenerator::Generate()
{
if (ti->second.GetType()==cmTarget::EXECUTABLE)
{
executable = ti->second.GetProperty("LOCATION");
executable = ti->second.GetLocation(0);
break;
}
}