Recent changes need to bump the CMake version

Issue #100 resolved
Andrew Davis created an issue

Recent changes to the pymoab part notably, mean the minium cmake version should be 3.0 - https://stackoverflow.com/questions/7637539/how-to-split-strings-across-multiple-lines-in-cmake - due to mulitline comment use.

cmake_minimum_required( VERSION 2.8.12 ) from base cmakelists should be 3.0 instead

Comments (2)

  1. Log in to comment