Fix build issues on Windows

This commit is contained in:
tamasmeszaros 2020-01-16 14:25:01 +01:00
parent fada7224f1
commit a1dc7a5c41
4 changed files with 4 additions and 2 deletions

View file

@ -426,6 +426,7 @@ endif()
find_package(OpenVDB 5.0 REQUIRED COMPONENTS openvdb)
if(OpenVDB_FOUND)
slic3r_remap_configs(IlmBase::Half RelWithDebInfo Release)
slic3r_remap_configs(Blosc::blosc RelWithDebInfo Release)
endif()
set(TOP_LEVEL_PROJECT_DIR ${PROJECT_SOURCE_DIR})