diff options
author | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2021-04-15 14:52:49 +0100 |
---|---|---|
committer | Laurence Kedward <laurence.kedward@bristol.ac.uk> | 2021-04-15 14:52:49 +0100 |
commit | c80169d9ad9e619e9c022eedb2313e62ca4ef0a9 (patch) | |
tree | 6ceffb9822c3583aa8b87710d952c307a44755ca /manifest-reference.md | |
parent | 5eb1ee4c21426db55400752bffca5beda47e8c39 (diff) | |
parent | d97abb90435501bd392ff3269633a409cfea1cb0 (diff) | |
download | fpm-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.md | 4 |
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 |