scipopt / scip

SCIP - Solving Constraint Integer Programs
Other
393 stars 63 forks source link

Minimum cmake version needs to be increased #32

Closed mkoeppe closed 1 year ago

mkoeppe commented 1 year ago

Build fails on ubuntu-xenial (cmake 3.5.1, https://github.com/mkoeppe/PySCIPOpt/actions/runs/3457453303/jobs/5770894994)

Build succeeds on linuxmint-19 (cmake 3.10.2, https://github.com/mkoeppe/PySCIPOpt/actions/runs/3457453303/jobs/5770895677)

So it would make sense to use cmake_minimum_required(VERSION 3.10)

fschloesser commented 1 year ago

Thank you for pointing that out! Updated to 3.9 https://cmake.org/cmake/help/latest/variable/PROJECT_DESCRIPTION.html#variable:PROJECT_DESCRIPTION