mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 16:22:53 +00:00
cmake - drop OPENCASCADE_LIBRARIES variable #7388
This commit is contained in:
@@ -9,7 +9,7 @@ foreach(schema ${SCHEMA_VERSIONS})
|
||||
if(WASM_BUILD)
|
||||
target_link_libraries(Serializers_ifc${schema} ${HDF5_LIBRARIES})
|
||||
else()
|
||||
target_link_libraries(Serializers_ifc${schema} IfcGeom ${OPENCASCADE_LIBRARIES} ${HDF5_LIBRARIES})
|
||||
target_link_libraries(Serializers_ifc${schema} IfcGeom ${OpenCASCADE_LIBRARIES} ${HDF5_LIBRARIES})
|
||||
endif()
|
||||
|
||||
install(TARGETS Serializers_ifc${schema})
|
||||
|
||||
Reference in New Issue
Block a user