Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-10-25 14:23:05 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-10-25 14:23:05 +0300
commitbcc2c21d5fd9e9dc088f61ab84a5ca9b668e9e40 (patch)
tree9ef0539487534c9ae62a2c0010815aef48ed6559 /CMakeLists.txt
parentdeda712e209ccf1cfc1a5ec0dddef38c178096a8 (diff)
Disable OpenVDB until deps get updated
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d3b0fc5ed..f76f1bb8d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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.