Minimum CMake version is too low.
vadtec opened this issue · 1 comments
vadtec commented
CMakeLists.txt (main dir, tests/unit/) use cmake_path which is available from CMake 3.20 onward.
cmake_minimum_required(VERSION "3.8")
That should really be updated so that CMake will error out rather than blowing up with errors.
kenneth-jia commented