Skip to content

Commit 8ea4b9e

Browse files
committed
Remove redundant links in 0555523
1 parent 0555523 commit 8ea4b9e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/ifcgeom/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ target_link_libraries(IfcGeom
3030
if(NOT WASM_BUILD)
3131
target_link_libraries(IfcGeom IfcParse)
3232
endif()
33-
target_link_libraries(IfcGeom )
3433

3534
install(FILES ${SCHEMA_AGNOSTIC_H_FILES}
3635
DESTINATION ${INCLUDEDIR}/ifcgeom

src/ifcwrap/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,6 @@ else()
119119
)
120120
endif()
121121

122-
if(WITH_CGAL)
123-
find_package(CGAL REQUIRED)
124-
target_link_libraries(ifcopenshell_wrapper PRIVATE CGAL::CGAL)
125-
endif()
126-
127122
target_link_libraries(ifcopenshell_wrapper PRIVATE Python::Module)
128123
SET_PROPERTY(TARGET ifcopenshell_wrapper PROPERTY SWIG_DEPENDS ${IFCOPENSHELL_LIBRARIES})
129124
if (WASM_BUILD)

0 commit comments

Comments
 (0)