Modified to compile on Ubuntu

This commit is contained in:
Vojtech Bubnik 2017-08-17 19:43:14 +02:00
parent 94483202ec
commit 952ca18bf9
3 changed files with 12 additions and 12 deletions

View file

@ -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)