mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 14:33:28 +00:00
After-merge clean-ups
This commit is contained in:
@@ -81,22 +81,8 @@ macro(build_schema_example exe_name schema)
|
||||
endif()
|
||||
endmacro()
|
||||
|
||||
if("4" IN_LIST SCHEMA_VERSIONS)
|
||||
build_schema_example(arbitrary_open_profile_def 4)
|
||||
build_schema_example(triangulated_faceset 4)
|
||||
endif()
|
||||
|
||||
if("2x3" IN_LIST SCHEMA_VERSIONS)
|
||||
build_schema_example(composite_profile_def 2x3)
|
||||
build_schema_example(csg_primitive 2x3)
|
||||
build_schema_example(ellipse_pies 2x3)
|
||||
build_schema_example(faces 2x3)
|
||||
build_schema_example(ifc_curve_rebar 2x3)
|
||||
build_schema_example(profiles 2x3)
|
||||
build_schema_example(IfcParseExamples 2x3 helpers)
|
||||
|
||||
if(WITH_OPENCASCADE)
|
||||
build_schema_example(IfcOpenHouse 2x3 geometry_serializer)
|
||||
build_schema_example(IfcAdvancedHouse 2x3 geometry_serializer)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user