I am currently trying to build a project using cmake, and the error that occurs reads:
CMake Error at cmake/tools.cmake:33 (message): Compilation with Clang version 14.0.0 is unsupported, the minimum required version is 15.Call Stack (most recent call first): CMakeLists.txt:18 (include)
every time I apt get
clang, it by default installs a 14 version. How do I fix this?
This is a little urgent, so any help is appreciated. Thanks! :)