aboutsummaryrefslogtreecommitdiff
path: root/example_project/fpm.toml
diff options
context:
space:
mode:
Diffstat (limited to 'example_project/fpm.toml')
-rw-r--r--example_project/fpm.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/example_project/fpm.toml b/example_project/fpm.toml
index a8bded7..fae3512 100644
--- a/example_project/fpm.toml
+++ b/example_project/fpm.toml
@@ -9,9 +9,6 @@ compiler = "gfortran"
debug-options = ["-g", "-Wall", "-Wextra", "-Werror", "-pedantic"]
release-options = ["-O3"]
-[library]
- source-dir = "src"
-
[executables.example_project]
main = "main.f90"
source-dir = "app"