cmake - remove unused installs after 8fb10d2

This commit is contained in:
Andrej730
2025-12-05 13:09:24 +05:00
parent 0d651e377a
commit 40cffe2dd1
3 changed files with 0 additions and 7 deletions
@@ -11,8 +11,6 @@ foreach(schema ${SCHEMA_VERSIONS})
else()
target_link_libraries(Serializers_ifc${schema} IfcGeom ${OpenCASCADE_LIBRARIES} ${HDF5_LIBRARIES})
endif()
install(TARGETS Serializers_ifc${schema})
endforeach()