We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526b953 commit 34ffaeaCopy full SHA for 34ffaea
1 file changed
src/serializers/schema_dependent/CMakeLists.txt
@@ -9,9 +9,9 @@ foreach(schema ${SCHEMA_VERSIONS})
9
Serializers_ifc${schema}
10
PROPERTIES COMPILE_FLAGS "-DIFC_GEOM_EXPORTS -DIfcSchema=Ifc${schema}"
11
)
12
- target_link_libraries(Serializers_ifc${schema} ${HDF5_LIBRARIES} ${GLTF_LIBRARIES})
+ target_link_libraries(Serializers_ifc${schema} IfcGeom ${HDF5_LIBRARIES} ${GLTF_LIBRARIES})
13
if(NOT WASM_BUILD)
14
- target_link_libraries(Serializers_ifc${schema} IfcGeom ${OpenCASCADE_LIBRARIES})
+ target_link_libraries(Serializers_ifc${schema} ${OpenCASCADE_LIBRARIES})
15
endif()
16
endforeach()
17
0 commit comments