mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Only consider openvdb debug if necessary. Add REQUIRED to openvdb
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user