aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifest-reference.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifest-reference.md b/manifest-reference.md
index 7b85708..77ee2eb 100644
--- a/manifest-reference.md
+++ b/manifest-reference.md
@@ -360,6 +360,10 @@ link = ["blas", "lapack"]
To use modules that are not defined within your fpm package or its dependencies,
specify the module name using the *external-modules* key in the *build* table.
+> __Important:__ *fpm* cannot automatically locate external module files; it is the responsibility
+> of the user to specify the necessary include directories using compiler flags such that
+> the compiler can locate external module files during compilation.
+
*Example:*
```toml