mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 05:00:53 +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()
|
endif()
|
||||||
install(TARGETS IfcParseExamples)
|
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(IfcOpenHouse IfcOpenHouse.cpp)
|
||||||
add_executable(IfcAdvancedHouse IfcAdvancedHouse.cpp)
|
add_executable(IfcAdvancedHouse IfcAdvancedHouse.cpp)
|
||||||
add_library(IfcHouseInterface INTERFACE)
|
add_library(IfcHouseInterface INTERFACE)
|
||||||
|
|||||||
Reference in New Issue
Block a user