mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
fix: Add IfcGeom as a dependency of kernels target instead of the inverse
This commit is contained in:
committed by
Thomas Krijnen
parent
a609bc61b9
commit
128fdcb62e
@@ -218,7 +218,6 @@ if(BUILD_IFCGEOM AND WITH_OPENCASCADE)
|
||||
find_package(OpenCASCADE REQUIRED)
|
||||
add_definitions(-DIFOPSH_WITH_OPENCASCADE)
|
||||
set(SWIG_DEFINES ${SWIG_DEFINES} -DIFOPSH_WITH_OPENCASCADE)
|
||||
# set(OPENCASCADE_LIBRARIES ${OpenCASCADE_LIBRARIES})
|
||||
list(APPEND GEOMETRY_KERNELS opencascade)
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user