Explorar el Código

ERR: Commented out experimental code that was accidentally checked in.

Brad King hace 24 años
padre
commit
5c8b68ba70
Se han modificado 1 ficheros con 6 adiciones y 6 borrados
  1. 6 6
      Source/cmCableCommand.cxx

+ 6 - 6
Source/cmCableCommand.cxx

@@ -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);
 }