Disable OpenVDB until deps get updated

This commit is contained in:
tamasmeszaros 2019-10-25 13:23:05 +02:00
parent deda712e20
commit bcc2c21d5f
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -222,7 +222,7 @@ target_link_libraries(libslic3r
qhull
semver
TBB::tbb
OpenVDB::openvdb
# OpenVDB::openvdb
${CMAKE_DL_LIBS}
)