E.Naumovich - 2025-12-17

Hi,
CMake 4 looks like dont want to recognize

cmake_minimum_required(VERSION 2.8)

in CMakeLists.txt with strange error message. I replaced it with

cmake_minimum_required (VERSION 3.15)

It works.