salilab/imp

Update minimum CMake version to 2.8.12

Closed this issue · 0 comments

The latest CMake warns that support for CMake older than 2.8.12 is deprecated: https://cmake.org/cmake/help/latest/release/3.19.html#deprecated-and-removed-features

IMP's CMakeLists.txt requests 2.8.3. Bump that up to 2.8.12 to quiet the deprecation warning.

Our in-house hacked version of CMake that we use for Windows builds is 2.8.10, so we'll need to update that first.