Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 344 Bytes

Readme_cmake.md

File metadata and controls

19 lines (13 loc) · 344 Bytes

CMake update

If you get an error message stating CMake is too old, install a recent CMake version by:

cmake -P scripts/install_cmake.cmake

If you don't yet have CMake at all, try:

bash scripts/install_cmake.sh

If that script doesn't work, try to build CMake from source:

cmake -P scripts/build_cmake.cmake