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.
Log in to post a comment.
Hi,
CMake 4 looks like dont want to recognize
in CMakeLists.txt with strange error message. I replaced it with
It works.