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
path: root/deps
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-12-17 18:26:06 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-12-17 18:26:06 +0300
commit17de6ff51a7a1cab9cb90ec877f57ea44729fe80 (patch)
tree4dd95be66d40a3f0b08c0d563c40fc63168cb9f0 /deps
parent39fbb31db2d23e6383a1602f515a7feb9191e05e (diff)
Fix linking of OpenVDB in debug mode on multi conf generators.
Diffstat (limited to 'deps')
-rw-r--r--deps/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt
index 5e6d28b58..3e6f70e42 100644
--- a/deps/CMakeLists.txt
+++ b/deps/CMakeLists.txt
@@ -47,6 +47,7 @@ message(STATUS "PrusaSlicer deps debug build: ${DEP_DEBUG}")
find_package(Git REQUIRED)
+get_property(_is_multi GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
function(prusaslicer_add_cmake_project projectname)
cmake_parse_arguments(P_ARGS "" "INSTALL_DIR;BUILD_COMMAND;INSTALL_COMMAND" "CMAKE_ARGS" ${ARGN})