mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
examples - disable ifcopenhouse build temporarily to fix CI
This commit is contained in:
@@ -55,7 +55,8 @@ if(SCHEMA_VERSIONS MATCHES "2x3")
|
||||
endif()
|
||||
install(TARGETS IfcParseExamples)
|
||||
|
||||
if(WITH_OPENCASCADE)
|
||||
# TODO: enable after figuring out where to get get OCCT config for CI.
|
||||
if(WITH_OPENCASCADE AND NOT STANDALONE_PROJECT)
|
||||
add_executable(IfcOpenHouse IfcOpenHouse.cpp)
|
||||
add_executable(IfcAdvancedHouse IfcAdvancedHouse.cpp)
|
||||
add_library(IfcHouseInterface INTERFACE)
|
||||
|
||||
Reference in New Issue
Block a user