Control: reopen -1 On Mon, Sep 01, 2025 at 02:35:02AM +0000, Debian Bug Tracking System wrote: >... > cmark-gfm (0.29.0.gfm.13-7) unstable; urgency=medium > . > * Request cmake version 3.0 compatibility. (Closes: #1112797) >... > CMake Error at CMakeLists.txt:1 (cmake_minimum_required): > Compatibility with CMake < 3.5 has been removed from CMake. > > Update the VERSION argument <min> value. Or, use the <min>...<max> syntax > to tell CMake that the project requires at least <min> but has been updated > to work with policies introduced by <max> or earlier. > > Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway. > > > -- Configuring incomplete, errors occurred! >...
3.0 is not sufficient, using 3.5 instead fixes the build. cu Adrian

