CMake-4 (released earlier this year), has dropped support for CMakeLists.txt that declare (implicitly or explicitly) a compat version <3.5
while this has apparently been fixed in the master branch, the latest release of o2 (v1.1) still declares a cmake-version of 2.8:
|
cmake_minimum_required(VERSION 2.8.0) |
since this release was done more than 6 years ago, it's probably time to push a new release?
CMake-4 (released earlier this year), has dropped support for CMakeLists.txt that declare (implicitly or explicitly) a compat version <3.5
while this has apparently been fixed in the
masterbranch, the latest release of o2 (v1.1) still declares a cmake-version of 2.8:o2/CMakeLists.txt
Line 1 in 81d3a52
since this release was done more than 6 years ago, it's probably time to push a new release?