Cmake tips and tricks

From HPCWIKI
Revision as of 14:00, 25 May 2024 by Admin (talk | contribs)
Jump to navigation Jump to search

CMake x.yy or higher is required[1]

#Install latest cmake 
$apt remove cmake -y
$pip install cmake --upgrade

#Or specific version
sudo pip install cmake==3.22

References