Skip to content

Commit 5eb1ee4

Browse files
committed
Update: manifest reference with note about external module directories
1 parent 2c0975b commit 5eb1ee4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

manifest-reference.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ link = ["blas", "lapack"]
360360
To use modules that are not defined within your fpm package or its dependencies,
361361
specify the module name using the *external-modules* key in the *build* table.
362362

363+
> __Important:__ *fpm* cannot automatically locate external module files; it is the responsibility
364+
> of the user to specify the necessary include directories using compiler flags such that
365+
> the compiler can locate external module files during compilation.
366+
363367
*Example:*
364368

365369
```toml

0 commit comments

Comments
 (0)