Update README: package cmake3 is missing in Ubuntu 22.10 repository but package cmake is there
ivan-karlovich opened this issue · 1 comments
ivan-karlovich commented
There is no package cmake3 in Ubuntu 22.10 repository. At the same time package cmake is present there. The reported version is 3.24.3:
$ sudo apt install cmake3
...
E: Unable to locate package cmake3
$ sudo apt install cmake
...
$ cmake --version
cmake version 3.24.3
Probably, makes sense to update README to reflect this fact.