mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06: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 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
project(PrusaSlicer)
|
|
||||||
cmake_minimum_required(VERSION 3.2)
|
cmake_minimum_required(VERSION 3.2)
|
||||||
|
project(PrusaSlicer)
|
||||||
|
|
||||||
include("version.inc")
|
include("version.inc")
|
||||||
include(GNUInstallDirs)
|
include(GNUInstallDirs)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue