diff options
author | LKedward <laurence.kedward@bristol.ac.uk> | 2021-04-15 14:52:35 +0100 |
---|---|---|
committer | LKedward <laurence.kedward@bristol.ac.uk> | 2021-04-15 14:52:35 +0100 |
commit | 5eb1ee4c21426db55400752bffca5beda47e8c39 (patch) | |
tree | f55e79695d6e4a0374de2c83afb3ce134dae712e /manifest-reference.md | |
parent | 2c0975b729e173042bec227e10fb6bf40a1609dd (diff) | |
download | fpm-5eb1ee4c21426db55400752bffca5beda47e8c39.tar.gz fpm-5eb1ee4c21426db55400752bffca5beda47e8c39.zip |
Update: manifest reference with note about external module directories
Diffstat (limited to 'manifest-reference.md')
-rw-r--r-- | manifest-reference.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifest-reference.md b/manifest-reference.md index 89bf1db..a77c2d2 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 |