aboutsummaryrefslogtreecommitdiff
path: root/example_packages
diff options
context:
space:
mode:
authorLKedward <laurence.kedward@bristol.ac.uk>2021-03-17 17:33:23 +0000
committerLKedward <laurence.kedward@bristol.ac.uk>2021-03-17 17:33:23 +0000
commit77c415417b72768e70abacf91a23a10ffe864c25 (patch)
tree6eb45d4bbdeba167cdb25f7fd3fd5dbbf32c5836 /example_packages
parent8841ab8b8cbd328f9c56a6f023a0ab02bfee5854 (diff)
downloadfpm-77c415417b72768e70abacf91a23a10ffe864c25.tar.gz
fpm-77c415417b72768e70abacf91a23a10ffe864c25.zip
Minor fix: for setting executable link libraries.
Executable link libraries were not working when auto discovery was on.
Diffstat (limited to 'example_packages')
-rw-r--r--example_packages/link_executable/fpm.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/example_packages/link_executable/fpm.toml b/example_packages/link_executable/fpm.toml
index f3545ca..d9e94bb 100644
--- a/example_packages/link_executable/fpm.toml
+++ b/example_packages/link_executable/fpm.toml
@@ -1,5 +1,4 @@
name = "link_executable"
-build.auto-executables = false
[[executable]]
name = "gomp_test"