Externals Update, main branch (2024.11.26.)
Update all projects to atlasexternals-2.1.32. The changes wrt. atlasexternals-2.1.31 are (atlasexternals@2.1.31...2.1.32):
- Raised the minimum CMake version required by all projects to 3.25;
- This is needed for the second main update;
- Updated the code as necessary, to avoid generating warnings with this higher minimum version;
- Switched off the treatment of imported targets as non-system includes. At the same time explicitly set the ATLAS library exports to be non-system exports.
All this is coming from some larger scale developments from @fwinkl for ATLINFR-5446 and ATLINFR-5595.
At first the MR will probably generate warnings. Which we may need to open additional MRs for.
Generally the runtime behaviour should really not change, only how things are getting built. Still, let's throw the book at this MR, with all tests turned on.