For some reason Clion decided to update the bundled Cmake version in the 2026.2 update.
shell
$ /snap/clion/473/bin/clion --version
CLion 2026.1.4
Build #CL-261.26222.59
$ /snap/clion/473/bin/cmake/linux/x64/bin/cmake --version
cmake version 4.2.2
CMake suite maintained and supported by Kitware (kitware.com/cmake).shell
$ /snap/clion/479/bin/clion --version
CLion 2026.2
Build #CL-262.8665.262
$ /snap/clion/479/bin/cmake/linux/x64/bin/cmake --version
cmake version 4.3.1
CMake suite maintained and supported by Kitware (kitware.com/cmake).Thank you for breaking my builds ig