openPMD / openPMD-api

:floppy_disk: C++ & Python API for Scientific I/O
https://openpmd-api.readthedocs.io
GNU Lesser General Public License v3.0
134 stars 51 forks source link

Update cmake minimum required #1558

Closed titoiride closed 7 months ago

titoiride commented 7 months ago

In this PR we update the cmake minimum required version for three packages that used cmake < 3.5. This generated a cmake warning for new versions of cmake

Compatibility with CMake < 3.5 will be removed from a future version of CMake.

This PR closes #1557.