mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 14:07:43 +00:00
Remove redundant links in 0555523c9
This commit is contained in:
@@ -30,7 +30,6 @@ target_link_libraries(IfcGeom
|
|||||||
if(NOT WASM_BUILD)
|
if(NOT WASM_BUILD)
|
||||||
target_link_libraries(IfcGeom IfcParse)
|
target_link_libraries(IfcGeom IfcParse)
|
||||||
endif()
|
endif()
|
||||||
target_link_libraries(IfcGeom )
|
|
||||||
|
|
||||||
install(FILES ${SCHEMA_AGNOSTIC_H_FILES}
|
install(FILES ${SCHEMA_AGNOSTIC_H_FILES}
|
||||||
DESTINATION ${INCLUDEDIR}/ifcgeom
|
DESTINATION ${INCLUDEDIR}/ifcgeom
|
||||||
|
|||||||
@@ -119,11 +119,6 @@ else()
|
|||||||
)
|
)
|
||||||
endif()
|
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)
|
target_link_libraries(ifcopenshell_wrapper PRIVATE Python::Module)
|
||||||
SET_PROPERTY(TARGET ifcopenshell_wrapper PROPERTY SWIG_DEPENDS ${IFCOPENSHELL_LIBRARIES})
|
SET_PROPERTY(TARGET ifcopenshell_wrapper PROPERTY SWIG_DEPENDS ${IFCOPENSHELL_LIBRARIES})
|
||||||
if (WASM_BUILD)
|
if (WASM_BUILD)
|
||||||
|
|||||||
Reference in New Issue
Block a user