mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-07 14:04:11 -06:00
Disable OpenVDB until deps get updated
This commit is contained in:
parent
deda712e20
commit
bcc2c21d5f
2 changed files with 2 additions and 2 deletions
|
@ -402,7 +402,7 @@ if(SLIC3R_STATIC)
|
|||
set(USE_BLOSC TRUE)
|
||||
endif()
|
||||
|
||||
find_package(OpenVDB 5.0 REQUIRED openvdb)
|
||||
find_package(OpenVDB 5.0 COMPONENTS openvdb)
|
||||
slic3r_remap_configs(IlmBase::Half RelWithDebInfo Release)
|
||||
|
||||
# libslic3r, PrusaSlicer GUI and the PrusaSlicer executable.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue