ci.yml - add packages to use occt cmake config

This commit is contained in:
Andrej730
2025-12-15 15:25:22 +05:00
parent 57197dd439
commit c7b75d2863
2 changed files with 9 additions and 4 deletions
+1 -2
View File
@@ -55,8 +55,7 @@ if(SCHEMA_VERSIONS MATCHES "2x3")
endif()
install(TARGETS IfcParseExamples)
# TODO: enable after figuring out where to get get OCCT config for CI.
if(WITH_OPENCASCADE AND NOT STANDALONE_PROJECT)
if(WITH_OPENCASCADE)
add_executable(IfcOpenHouse IfcOpenHouse.cpp)
add_executable(IfcAdvancedHouse IfcAdvancedHouse.cpp)
add_library(IfcHouseInterface INTERFACE)