mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
IfcConvert --version: print also OCC version.
This commit is contained in:
committed by
Thomas Krijnen
parent
93c2ca6267
commit
c7c5e692d3
@@ -56,7 +56,7 @@ namespace po = boost::program_options;
|
|||||||
|
|
||||||
void print_version()
|
void print_version()
|
||||||
{
|
{
|
||||||
std::cout << "IfcOpenShell " << IfcSchema::Identifier << " IfcConvert " << IFCOPENSHELL_VERSION << std::endl;
|
std::cout << "IfcOpenShell " << IfcSchema::Identifier << " IfcConvert " << IFCOPENSHELL_VERSION << " (OCC " << OCC_VERSION_STRING_EXT << ")\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
void print_usage(bool suggest_help = true)
|
void print_usage(bool suggest_help = true)
|
||||||
|
|||||||
Reference in New Issue
Block a user