diff options
author | Milan Curcic <caomaco@gmail.com> | 2020-05-04 08:32:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 08:32:24 -0400 |
commit | 736b2a7f29b57217af282dfc7fb316d5091a306d (patch) | |
tree | 93cd02b2f45d20623f7fd9723472985dfa451f48 /hello_complex/fpm.toml | |
parent | cf23a1342224a26a4aa42f4582bf00d1c6444e7c (diff) | |
parent | 54f871cc0e9c63361e72068262f2458490a180ef (diff) | |
download | fpm-736b2a7f29b57217af282dfc7fb316d5091a306d.tar.gz fpm-736b2a7f29b57217af282dfc7fb316d5091a306d.zip |
Merge pull request #72 from everythingfunctional/RemoveCompilerOption
Remove compiler option from `fpm.toml`
Diffstat (limited to 'hello_complex/fpm.toml')
-rw-r--r-- | hello_complex/fpm.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hello_complex/fpm.toml b/hello_complex/fpm.toml index 8408d3a..d185745 100644 --- a/hello_complex/fpm.toml +++ b/hello_complex/fpm.toml @@ -1,5 +1,4 @@ name = "hello_complex" -compiler = "gfortran" [library] source-dir="source" |