summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2012-09-20 21:25:27 (GMT)
committerStephen Kelly <steveire@gmail.com>2012-09-21 11:28:54 (GMT)
commit2c2b25b203e653326c0f4064649da06a8cdfd7a5 (patch)
tree1b240dfbc8bc5e573495d183b2600026850a65aa /Source/cmGeneratorTarget.cxx
parentb7e48e0acbd0cd30f803ec8c2d402c636beba778 (diff)
downloadCMake-2c2b25b203e653326c0f4064649da06a8cdfd7a5.zip
CMake-2c2b25b203e653326c0f4064649da06a8cdfd7a5.tar.gz
CMake-2c2b25b203e653326c0f4064649da06a8cdfd7a5.tar.bz2
Return a std::string from GetCompileDefinitions.
Diffstat (limited to 'Source/cmGeneratorTarget.cxx')
-rw-r--r--Source/cmGeneratorTarget.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGeneratorTarget.cxx b/Source/cmGeneratorTarget.cxx
index ec83b7a..f8c274a 100644
--- a/Source/cmGeneratorTarget.cxx
+++ b/Source/cmGeneratorTarget.cxx
@@ -314,7 +314,7 @@ std::vector<std::string> cmGeneratorTarget::GetIncludeDirectories()
}
//----------------------------------------------------------------------------
-const char *cmGeneratorTarget::GetCompileDefinitions(const char *config)
+std::string cmGeneratorTarget::GetCompileDefinitions(const char *config)
{
if (!config)
{