-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
I have a code using implicit interfaces (.. yes, I know, but it can be handy), that I tried to compile with lfortran. For this, I use the options directly inside the toml
[fortran]
implicit-external = true
and I get the following message:
The following argument was not expected: --allow-implicit-interface
Looking at the command lines from lfortran it seems that the argument shoud be --implicit-interface
Expected Behaviour
This error should not appear.
Version of fpm
0.10.0 alpha
Platform and Architecture
Windows 10
Additional Information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working