Skip to content

Instantly share code, notes, and snippets.

@goddoe
Created July 23, 2020 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goddoe/ddf224400a0d10cdfbc3c1793017bba8 to your computer and use it in GitHub Desktop.
Save goddoe/ddf224400a0d10cdfbc3c1793017bba8 to your computer and use it in GitHub Desktop.
update cmake
sudo apt remove cmake
https://cmake.org/files/v3.18/cmake-3.18.0.tar.gz
tar -zxvf cmake-3.18.0.tar.gz
cd cmake-3.18.0
./bootstrap
make
sudo make install
cmake --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment