mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 03:14:29 +08:00
According to cmake, minimum required call shall go before project().
BTW This will make boost config detect the right toolset on every platform.
This commit is contained in:
parent
ab00f501f1
commit
5e4c4a689c
@ -1,5 +1,5 @@
|
||||
project(PrusaSlicer)
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
project(PrusaSlicer)
|
||||
|
||||
include("version.inc")
|
||||
include(GNUInstallDirs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user