summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-01-21 15:33:30 (GMT)
committerStephen Kelly <steveire@gmail.com>2014-01-22 14:16:40 (GMT)
commitc6c0bd9d2f237b17e2aad0db44a7c860040b2cd3 (patch)
tree72a6d98661dcfe8ef888e29d53addcd31afddb7e /Source/cmMakefile.cxx
parentd6d4eaac0659b1efea785888f2aab759a1b6b557 (diff)
downloadCMake-c6c0bd9d2f237b17e2aad0db44a7c860040b2cd3.zip
CMake-c6c0bd9d2f237b17e2aad0db44a7c860040b2cd3.tar.gz
CMake-c6c0bd9d2f237b17e2aad0db44a7c860040b2cd3.tar.bz2
cmMakefile: Consify custom command API.
Diffstat (limited to 'Source/cmMakefile.cxx')
-rw-r--r--Source/cmMakefile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index 99aad51..006f971 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -884,7 +884,7 @@ cmMakefile::AddCustomCommandToTarget(const char* target,
cmTarget::CustomCommandType type,
const char* comment,
const char* workingDir,
- bool escapeOldStyle)
+ bool escapeOldStyle) const
{
// Find the target to which to add the custom command.
cmTargets::iterator ti = this->Targets.find(target);