You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake projects can safely find installed meson projects, which export a pkg-config file. In principle meson can also generate a config file, which allows CMake projects to find a meson project without having to handle the pkg-config search themselves. If there is interest I can contribute a meson snippet for this purpose.
However, there is of course some “community pressure” to always support CMake as build system well. I have gave in to this and support three build systems in all my projects and so far the CMake one is making the most effort to maintain. Further, I haven't found situations yet where CMake was actually superior to meson (mainly based on experience of packaging for conda-forge).
Lots of fortraners use CMake. Would you consider adding a cmake build system?
The text was updated successfully, but these errors were encountered: