summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalKdevelopGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-11-18 16:48:25 (GMT)
committerStephen Kelly <steveire@gmail.com>2013-11-19 17:07:27 (GMT)
commitcffcdd83315c0ea10df4c5439209ccdfa6bc7160 (patch)
tree3ca3c5555de65d66b6afec0409a006af015bbf9f /Source/cmGlobalKdevelopGenerator.cxx
parent1da77bf1ee4f3ba315ebb00da2eaeac474614cad (diff)
downloadCMake-cffcdd83315c0ea10df4c5439209ccdfa6bc7160.zip
CMake-cffcdd83315c0ea10df4c5439209ccdfa6bc7160.tar.gz
CMake-cffcdd83315c0ea10df4c5439209ccdfa6bc7160.tar.bz2
KDevelop: Use GetLocation(0) instead of LOCATION property.
This can be migrated to use cmGeneratorTarget later.
Diffstat (limited to 'Source/cmGlobalKdevelopGenerator.cxx')
-rw-r--r--Source/cmGlobalKdevelopGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalKdevelopGenerator.cxx b/Source/cmGlobalKdevelopGenerator.cxx
index 273d4bb..ab7db51 100644
--- a/Source/cmGlobalKdevelopGenerator.cxx
+++ b/Source/cmGlobalKdevelopGenerator.cxx
@@ -75,7 +75,7 @@ void cmGlobalKdevelopGenerator::Generate()
{
if (ti->second.GetType()==cmTarget::EXECUTABLE)
{
- executable = ti->second.GetProperty("LOCATION");
+ executable = ti->second.GetLocation(0);
break;
}
}