mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-20 22:20:50 -06:00
ERR: Commented out experimental code that was accidentally checked in.
This commit is contained in:
@@ -72,10 +72,10 @@ void cmCableCommand::SetupCableData()
|
||||
pathName += "/cable_config.xml";
|
||||
m_CableData = new cmCableData(this, pathName);
|
||||
|
||||
std::vector<string> depends;
|
||||
depends.push_back("cable_config.xml");
|
||||
m_Makefile->AddCustomCommand("source_cable_config.xml",
|
||||
"result_file",
|
||||
"cable cable_config.xml",
|
||||
depends);
|
||||
// std::vector<std::string> depends;
|
||||
// depends.push_back("cable_config.xml");
|
||||
// m_Makefile->AddCustomCommand("source_cable_config.xml",
|
||||
// "result_file",
|
||||
// "cable cable_config.xml",
|
||||
// depends);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user