mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 04:31:17 -07:00
Only consider openvdb debug if necessary. Add REQUIRED to openvdb
This commit is contained in:
parent
558529146c
commit
4e27faa236
2 changed files with 4 additions and 3 deletions
|
|
@ -409,8 +409,7 @@ if(SLIC3R_STATIC)
|
|||
set(USE_BLOSC TRUE)
|
||||
endif()
|
||||
|
||||
|
||||
find_package(OpenVDB 5.0 COMPONENTS openvdb)
|
||||
find_package(OpenVDB 5.0 REQUIRED COMPONENTS openvdb)
|
||||
if(OpenVDB_FOUND)
|
||||
slic3r_remap_configs(IlmBase::Half RelWithDebInfo Release)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue