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-19 19:58:08 +0300
committertamasmeszaros <meszaros.q@gmail.com>2018-11-19 19:58:08 +0300
commit87d49cf82ffafc409858dc8ccfa54bd6fedc11d9 (patch)
treee1bde48012c4a29a06162667edcfb6fa658ed466 /CMakeLists.txt
parentad8c7c9f9771968b45e5a5169abf97d6f0199324 (diff)
Adding object elevation param.
Quick attempt to build with MinGW 7.3. Successful compile, failed linking
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 520b913c1..18a3be3a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -152,7 +152,7 @@ if(SLIC3R_STATIC)
# set(Boost_USE_STATIC_RUNTIME ON)
endif()
#set(Boost_DEBUG ON)
-set(Boost_COMPILER "-vc120")
+# set(Boost_COMPILER "-vc120")
find_package(Boost REQUIRED COMPONENTS system filesystem thread log locale regex)
if(Boost_FOUND)
include_directories(${Boost_INCLUDE_DIRS})