mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 02:49:12 +00:00
Move IFCOPENSHELL_VERSION definition from IfcParse.h
To prevent recompiling all files that have IfcParse.h include and improve caching.
This commit is contained in:
@@ -2706,8 +2706,8 @@ void IfcFile::setDefaultHeaderValues() {
|
||||
header().file_name()->settime_stamp(createTimestamp());
|
||||
header().file_name()->setauthor(string_vector);
|
||||
header().file_name()->setorganization(string_vector);
|
||||
header().file_name()->setpreprocessor_version("IfcOpenShell " IFCOPENSHELL_VERSION);
|
||||
header().file_name()->setoriginating_system("IfcOpenShell " IFCOPENSHELL_VERSION);
|
||||
header().file_name()->setpreprocessor_version("IfcOpenShell " + std::string(IFCOPENSHELL_VERSION));
|
||||
header().file_name()->setoriginating_system("IfcOpenShell " + std::string(IFCOPENSHELL_VERSION));
|
||||
header().file_name()->setauthorization(empty_string);
|
||||
|
||||
header().file_schema()->setschema_identifiers(schema_identifiers);
|
||||
|
||||
Reference in New Issue
Block a user