Contributions to FortUTF
We need to make several contributions to FortUTF (if we want to keep using it, of course):
- Make it possible to use it with the NAG compiler (see #10 (closed)).
Addcmake_minimum_requiredtocmake/fortutf.cmake. Version3.17should be enough at the moment but the author of the library might want to require3.20+everywhere in the project.Remove${FORTUTF_SRCS}here because it triggers the compilation of the library's source files even if the library (i.e. the targetFortUTF) is already available.
There are more issues but the ones above have the highest priority in my opinion.
Edited by Yen-Chen Chen