From 62c5479732f5c9614dac215d639b4b633bd9669c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 15 Jun 2016 08:51:59 +0200 Subject: [PATCH] doc: improve crosscompiling variables documentation. --- doc/building.dox | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/building.dox b/doc/building.dox index 30cf47620..06d589a87 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -378,8 +378,9 @@ contents in `toolchains/` subdirectory. git submodule update Note that CMake for some reason treats `CMAKE_PREFIX_PATH` and -`CMAKE_INSTALL_PREFIX` differently while crosscompiling and you may need to set -also `CMAKE_FIND_ROOT_PATH` to make it able to find the dependencies. +`CMAKE_INSTALL_PREFIX` differently while crosscompiling and you may need to add +dependency paths to both `CMAKE_PREFIX_PATH` and `CMAKE_FIND_ROOT_PATH` to make +it able to find the dependencies. @subsection building-cross-winrt Crosscompiling for Windows RT