ENH: Removed -fsyntax-only flag from call to gcc-xml. It should be part of GCCXML_FLAGS.
This commit is contained in:
parent
331c517eeb
commit
3524dc421f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue