From f2f42318ed047ebf25cfb53c24faf6c15539fff6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= Date: Thu, 8 Jun 2023 18:20:27 +0200 Subject: [PATCH] Fix name of boost_includedir property --- docs/markdown/Dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index 29894ac56..9ef436745 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -350,7 +350,7 @@ use those to link against your targets. If your boost headers or libraries are in non-standard locations you can set the `BOOST_ROOT`, or the `BOOST_INCLUDEDIR` and `BOOST_LIBRARYDIR` environment variables. *(added in 0.56.0)* You can -also set these parameters as `boost_root`, `boost_include`, and +also set these parameters as `boost_root`, `boost_includedir`, and `boost_librarydir` in your native or cross machine file. Note that machine file variables are preferred to environment variables, and that specifying any of these disables system-wide search for boost.