From 5c0cd06f2f37bec076d39ad932ca0a0fd40446b5 Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Fri, 25 Oct 2019 13:38:18 +0200 Subject: [PATCH] Completely disable openvdb for now --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f76f1bb8d..2b22f1001 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -402,8 +402,8 @@ if(SLIC3R_STATIC) set(USE_BLOSC TRUE) endif() -find_package(OpenVDB 5.0 COMPONENTS openvdb) -slic3r_remap_configs(IlmBase::Half RelWithDebInfo Release) +#find_package(OpenVDB 5.0 COMPONENTS openvdb) +#slic3r_remap_configs(IlmBase::Half RelWithDebInfo Release) # libslic3r, PrusaSlicer GUI and the PrusaSlicer executable. add_subdirectory(src)