Trying to get CMake to run
Any chance you can update the CMake version for the windows machines?
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
36 CMake 3.14 or higher is required. You are running version 3.12.3
Trying to get CMake to run
Any chance you can update the CMake version for the windows machines?
CMake Error at CMakeLists.txt:1 (cmake_minimum_required):
36 CMake 3.14 or higher is required. You are running version 3.12.3
According to the snapshot of a Windows builder, CMake is installed with Chocolatey:
/c/ProgramData/chocolatey/.chocolatey/cmake.install.3.12.3
And a newer version is available in Chocolatey’s repository.
So it’s
choco upgrade cmake
Thanks @native-api, will try it asap