See these workflow runs:
The most recent builds are me flailing around trying to get cmake to work, but the vcpkg step where the manifest is processed and dependent packages are installed always fails on ubuntu where cmake reports as 4.0, while it succeeds on macOS where cmake reports as 3.31. The Windows build got cancelled because of the ubuntu failure, but it reports version 4.0 as well.
I tried mucking about with apt-get
to uninstall cmake 4 and install cmake 3 on ubuntu but apparently I didn’t mutter the correct magik haiku and get it to work.
Any suggestions on how to fix this?
These jobs were all working fine just a few days ago, so I’m pretty sure it’s all down to cmake 4.0 being the default.