aboutsummaryrefslogtreecommitdiff
path: root/example_project/fpm.toml
diff options
context:
space:
mode:
authorBrad Richardson <brichardson@structint.com>2020-04-11 15:26:40 -0500
committerBrad Richardson <brichardson@structint.com>2020-04-11 15:26:40 -0500
commitfde13b66701956a53282f558d79a8ddbfca0c905 (patch)
tree5d229ec82684ee69bcf665e5bb8ebfd7a4808cce /example_project/fpm.toml
parenta65fed0b63ca301882c3d2a44a73cb413ac92c3f (diff)
downloadfpm-fde13b66701956a53282f558d79a8ddbfca0c905.tar.gz
fpm-fde13b66701956a53282f558d79a8ddbfca0c905.zip
Enable default settings for executables
Diffstat (limited to 'example_project/fpm.toml')
-rw-r--r--example_project/fpm.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/example_project/fpm.toml b/example_project/fpm.toml
index f6c6e1d..38cc3b7 100644
--- a/example_project/fpm.toml
+++ b/example_project/fpm.toml
@@ -6,9 +6,3 @@ maintainer = "example@example.com"
copyright = "2020 Author"
dependencies = []
compiler = "gfortran"
-
-[[executable]]
-name = "example_project"
-source-dir = "app"
-main = "main.f90"
-dependencies = []