Bump up version requirement for CMake#453
Conversation
|
For some reason the HepLike backend ends up with status I've confirmed that I get the same Any ideas, @tegonzalo or others? |
|
Interesting. Did you try running spartan? Turns out that the error that shows on the logs for heplike, which is the same as when running spartan, is our old friend |
|
Some quick notes from the Core meeting minutes:
|
|
Related to #492 |
|
From Core discussion: We should test whether we still see this problem, and if not, progress this PR. |
As discussed in Core meetings, I have now bumped up the CMake version requirement to CMake 3.16.3 (default in Ubuntu 20.04 LTS.) As part of that I also got rid of the FindSQLite3.cmake module, as this is now part of CMake.
I've tested that this works on my system, both running my default CMake (3.26.3) and the oldest allowed version (3.16.3), and both with and without finding SQLite3.
This is just a quick PR to check that the CI job still runs fine. I don't think this needs any further review.