diff options
Diffstat (limited to 'Help/manual/OPTIONS_BUILD.txt')
-rw-r--r-- | Help/manual/OPTIONS_BUILD.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/manual/OPTIONS_BUILD.txt b/Help/manual/OPTIONS_BUILD.txt index fb1e7d4..b8ea1ce 100644 --- a/Help/manual/OPTIONS_BUILD.txt +++ b/Help/manual/OPTIONS_BUILD.txt @@ -108,7 +108,9 @@ .. versionadded:: 3.21 Specify the cross compiling toolchain file, equivalent to setting - :variable:`CMAKE_TOOLCHAIN_FILE` variable. + :variable:`CMAKE_TOOLCHAIN_FILE` variable. Relative paths are interpreted as + relative to the build directory, and if not found, relative to the source + directory. .. option:: --install-prefix <directory> |