mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
cmMakefile: Consify custom command API.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user