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:
authorVojtech Bubnik <bubnikv@gmail.com>2017-08-17 20:43:14 +0300
committerVojtech Bubnik <bubnikv@gmail.com>2017-08-17 20:43:14 +0300
commit952ca18bf9e84835d72838d54a5ccfb484af2fcd (patch)
treef7adf82565a8d442a859c0d08df92231cf434be1 /CMakeLists.txt
parent94483202ec569327bfb5137425b7cc8d20a60e54 (diff)
Modified to compile on Ubuntu
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 6ec5cce58..10ae7eca6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
# Boost 1.63 requires CMake 3.7 or newer
-cmake_minimum_required(VERSION 3.7)
+cmake_minimum_required(VERSION 2.8)
project(Slic3r)