ENH: Removed -fsyntax-only flag from call to gcc-xml. It should be part of GCCXML_FLAGS.

This commit is contained in:
Brad King 2001-07-03 10:53:10 -04:00
parent 331c517eeb
commit 3524dc421f
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ void cmCableWrapTclCommand::GenerateCableClassFiles(const char* name,
commandArgs += cmSystemTools::EscapeSpaces(i->c_str());
}
commandArgs += " -fsyntax-only -fxml="+classXmlName+" "+classCxxName;
commandArgs += " -fxml="+classXmlName+" "+classCxxName;
std::vector<std::string> outputs;
outputs.push_back(classXmlName);