I just finished getting my Ubuntu 24.04 to where I can build C and C++ programs.
My CMakeLists.txt files all contain the minimum CMake version to build. On Ubuntu 22.04 the version of CMake is 3.31, on Ubuntu 24.04 the version is 3.28.03.
Is there a reason that CMake on Ubuntu 24.04 is multiple versions old?
I needed to go to Ubuntu 24.04 to get g++-14, which is the first version of g++ that supports std::chrono::parse.
Other than downloading the latest CMake source and building it, is there a way to get to the latest version of CMake on Ubuntu 24.04?