Remove redundant links in 0555523c9

This commit is contained in:
Andrej730
2025-12-04 21:16:13 +05:00
parent 0555523c98
commit 8ea4b9e38c
2 changed files with 0 additions and 6 deletions
-1
View File
@@ -30,7 +30,6 @@ target_link_libraries(IfcGeom
if(NOT WASM_BUILD)
target_link_libraries(IfcGeom IfcParse)
endif()
target_link_libraries(IfcGeom )
install(FILES ${SCHEMA_AGNOSTIC_H_FILES}
DESTINATION ${INCLUDEDIR}/ifcgeom
-5
View File
@@ -119,11 +119,6 @@ else()
)
endif()
if(WITH_CGAL)
find_package(CGAL REQUIRED)
target_link_libraries(ifcopenshell_wrapper PRIVATE CGAL::CGAL)
endif()
target_link_libraries(ifcopenshell_wrapper PRIVATE Python::Module)
SET_PROPERTY(TARGET ifcopenshell_wrapper PROPERTY SWIG_DEPENDS ${IFCOPENSHELL_LIBRARIES})
if (WASM_BUILD)