4
1

More than 3 years have passed since last update.

【cmake】cmakeの最も簡単なversionのupdate方法

Posted at

背景

cmakeのversionをupdateするのってかなりややこしい。
しかもミスると色々と大変

pipでcmakeのversionをupdate出来るそうな

pip3 install cmake --upgrade
$ cmake --version 
cmake version 3.18.4
4
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
1