No change of any fortran code, just removal of the cmake version check in CMakeLists.txt. It seems no longer necessary due to past changes related to the renaming of f90 suffixes to F90.
Version check commented out and added a code line
cmake_policy(SET CMP0048 NEW)
which seems to be required if using an older cmake version as 3.18
make format
for linting)Draft:
You are not supposed to merge this request by yourself, the maintainers of fortan-support take care of this action!