Cmake tips and tricks

From HPCWIKI
Revision as of 13:58, 25 May 2024 by Admin (talk | contribs) (Created page with "== CMake x.yy or higher is required<ref>https://stackoverflow.com/questions/49859457/how-to-reinstall-the-latest-cmake-version</ref> == Install latest cmake using pip<syntaxhighlight lang="bash"> $apt remove cmake -y $pip install cmake --upgrade </syntaxhighlight> == References == <references />")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

CMake x.yy or higher is required[1]

Install latest cmake using pip

$apt remove cmake -y
$pip install cmake --upgrade

References