We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0555523 commit 8ea4b9eCopy full SHA for 8ea4b9e
src/ifcgeom/CMakeLists.txt
@@ -30,7 +30,6 @@ target_link_libraries(IfcGeom
30
if(NOT WASM_BUILD)
31
target_link_libraries(IfcGeom IfcParse)
32
endif()
33
-target_link_libraries(IfcGeom )
34
35
install(FILES ${SCHEMA_AGNOSTIC_H_FILES}
36
DESTINATION ${INCLUDEDIR}/ifcgeom
src/ifcwrap/CMakeLists.txt
@@ -119,11 +119,6 @@ else()
119
)
120
121
122
-if(WITH_CGAL)
123
- find_package(CGAL REQUIRED)
124
- target_link_libraries(ifcopenshell_wrapper PRIVATE CGAL::CGAL)
125
-endif()
126
-
127
target_link_libraries(ifcopenshell_wrapper PRIVATE Python::Module)
128
SET_PROPERTY(TARGET ifcopenshell_wrapper PROPERTY SWIG_DEPENDS ${IFCOPENSHELL_LIBRARIES})
129
if (WASM_BUILD)
0 commit comments