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>2018-11-06 20:01:18 +0300
committertamasmeszaros <meszaros.q@gmail.com>2018-11-06 20:01:18 +0300
commit22c9c5ae95ff58826718d0de0e4ec4a05d220758 (patch)
treeadae89a6022e1740ec3fc90bd6fcda62aa44376d /CMakeLists.txt
parenta49b506121fd4d25da51000001b663bd1466fe47 (diff)
Trying to engage support creation when the gizmo gets disabled.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2e1b6331e..4ee47913f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -137,6 +137,7 @@ if(SLIC3R_STATIC)
# set(Boost_USE_STATIC_RUNTIME ON)
endif()
#set(Boost_DEBUG ON)
+set(Boost_COMPILER "-vc120")
find_package(Boost REQUIRED COMPONENTS system filesystem thread log locale regex)
if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})