examples - disable ifcopenhouse build temporarily to fix CI

This commit is contained in:
Andrej730
2025-12-12 20:41:18 +05:00
parent dd683d1115
commit 31740784de
+2 -1
View File
@@ -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)