diff options
Diffstat (limited to 'Source/cmCableCommand.cxx')
-rw-r--r-- | Source/cmCableCommand.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmCableCommand.cxx b/Source/cmCableCommand.cxx index f200037..8e23945 100644 --- a/Source/cmCableCommand.cxx +++ b/Source/cmCableCommand.cxx @@ -107,7 +107,7 @@ void cmCableCommand::SetupCableData() std::vector<std::string> depends; m_Makefile->AddCustomCommand(cMakeLists.c_str(), - "cable_config.xml", command.c_str(), - depends); + depends, + "cable_config.xml"); } |