aboutsummaryrefslogtreecommitdiff
path: root/manifest-reference.md
diff options
context:
space:
mode:
authorLaurence Kedward <laurence.kedward@bristol.ac.uk>2021-04-15 14:52:49 +0100
committerLaurence Kedward <laurence.kedward@bristol.ac.uk>2021-04-15 14:52:49 +0100
commitc80169d9ad9e619e9c022eedb2313e62ca4ef0a9 (patch)
tree6ceffb9822c3583aa8b87710d952c307a44755ca /manifest-reference.md
parent5eb1ee4c21426db55400752bffca5beda47e8c39 (diff)
parentd97abb90435501bd392ff3269633a409cfea1cb0 (diff)
downloadfpm-c80169d9ad9e619e9c022eedb2313e62ca4ef0a9.tar.gz
fpm-c80169d9ad9e619e9c022eedb2313e62ca4ef0a9.zip
Merge branch 'external-mods' of github.com:LKedward/fpm into external-mods
Diffstat (limited to 'manifest-reference.md')
-rw-r--r--manifest-reference.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest-reference.md b/manifest-reference.md
index a77c2d2..77ee2eb 100644
--- a/manifest-reference.md
+++ b/manifest-reference.md
@@ -368,7 +368,7 @@ specify the module name using the *external-modules* key in the *build* table.
```toml
[build]
-external-modules = "netcdff"
+external-modules = "netcdf"
```
Multiple external modules can be specified as a list.
@@ -377,7 +377,7 @@ Multiple external modules can be specified as a list.
```toml
[build]
-external-modules = ["netcdff","h5lt"]
+external-modules = ["netcdf", "h5lt"]
```
## Automatic target discovery