summaryrefslogtreecommitdiff
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2013-12-10 15:44:56 +0100
committerStephen Kelly <steveire@gmail.com>2013-12-11 15:30:12 +0100
commit2fcafbf613f07d6b2484a1dfdb6ba7cd2fc4a645 (patch)
tree0e70331ff40bf26f6954488993f726881924d9c1 /Source/cmLocalGenerator.cxx
parenta54eeddaae8c30a6cdc71eb81d7f968147a7e4dc (diff)
downloadcmake-2fcafbf613f07d6b2484a1dfdb6ba7cd2fc4a645.tar.gz
cmLocalGenerator: Constify target definitions access
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index c3c529973c..68d603af85 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -1386,7 +1386,7 @@ std::string cmLocalGenerator::GetIncludeFlags(
//----------------------------------------------------------------------------
void cmLocalGenerator::AddCompileDefinitions(std::set<std::string>& defines,
- cmTarget* target,
+ cmTarget const* target,
const char* config)
{
std::vector<std::string> targetDefines;