Skip to content

Commit c80169d

Browse files
committed
Merge branch 'external-mods' of github.com:LKedward/fpm into external-mods
2 parents 5eb1ee4 + d97abb9 commit c80169d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ specify the module name using the *external-modules* key in the *build* table.
368368

369369
```toml
370370
[build]
371-
external-modules = "netcdff"
371+
external-modules = "netcdf"
372372
```
373373

374374
Multiple external modules can be specified as a list.
@@ -377,7 +377,7 @@ Multiple external modules can be specified as a list.
377377

378378
```toml
379379
[build]
380-
external-modules = ["netcdff","h5lt"]
380+
external-modules = ["netcdf", "h5lt"]
381381
```
382382

383383
## Automatic target discovery

0 commit comments

Comments
 (0)