mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Disable OpenVDB until deps get updated
This commit is contained in:
@@ -402,7 +402,7 @@ if(SLIC3R_STATIC)
|
|||||||
set(USE_BLOSC TRUE)
|
set(USE_BLOSC TRUE)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
find_package(OpenVDB 5.0 REQUIRED openvdb)
|
find_package(OpenVDB 5.0 COMPONENTS openvdb)
|
||||||
slic3r_remap_configs(IlmBase::Half RelWithDebInfo Release)
|
slic3r_remap_configs(IlmBase::Half RelWithDebInfo Release)
|
||||||
|
|
||||||
# libslic3r, PrusaSlicer GUI and the PrusaSlicer executable.
|
# libslic3r, PrusaSlicer GUI and the PrusaSlicer executable.
|
||||||
|
|||||||
@@ -222,7 +222,7 @@ target_link_libraries(libslic3r
|
|||||||
qhull
|
qhull
|
||||||
semver
|
semver
|
||||||
TBB::tbb
|
TBB::tbb
|
||||||
OpenVDB::openvdb
|
# OpenVDB::openvdb
|
||||||
${CMAKE_DL_LIBS}
|
${CMAKE_DL_LIBS}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user