Replies: 1 comment 1 reply
-
I thought I fixed this issue with fpm 0.4.0, at least the latest main branch should default to However, there is an issue with compiling a C main if I recall correctly: #333 (reply in thread) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project, where I would like to have a test driver in C in the
/test
folder.Fpm still manages to compile the project, however I get warnings like this:
Should this be considered a bug, or do we want to discourage users from writing tests in C? During development of Fortran libraries which depend on C components, I sometimes find it helpful to first test the C functionality and make sure it works, before I develop the Fortran wrapper.
Beta Was this translation helpful? Give feedback.
All reactions