mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
Exclude parse_ifcxml.cpp content from build when WITH_IFCXML is not define
This commit is contained in:
committed by
Thomas Krijnen
parent
f307f39023
commit
9a9475adcb
@@ -1,5 +1,7 @@
|
||||
#define BOOST_RESULT_OF_USE_DECLTYPE
|
||||
|
||||
#ifdef WITH_IFCXML
|
||||
|
||||
#include "IfcFile.h"
|
||||
|
||||
#include <libxml/parser.h>
|
||||
@@ -623,3 +625,5 @@ IFC_PARSE_API IfcParse::IfcFile* IfcParse::parse_ifcxml(const std::string& filen
|
||||
return state.file;
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // WITH_IFCXML
|
||||
Reference in New Issue
Block a user