From 5eb1ee4c21426db55400752bffca5beda47e8c39 Mon Sep 17 00:00:00 2001 From: LKedward Date: Thu, 15 Apr 2021 14:52:35 +0100 Subject: Update: manifest reference with note about external module directories --- manifest-reference.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifest-reference.md') 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 -- cgit v1.2.3