From fda455d34de47bf8857f8bf128d93f33179706c8 Mon Sep 17 00:00:00 2001 From: Maurice Kalinowski Date: Wed, 28 Aug 2019 16:06:28 +0200 Subject: [PATCH] Be more verbose on required environment variables Make sure to document both variables are required when invoking cmake. Otherwise, one might be omitted causing side-effects. Change-Id: I3390df1cb5352ea6113952c99fcedef5336f2fc1 Reviewed-by: Simon Hausmann --- cmake/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/README.md b/cmake/README.md index 4a72dee1a0..33b6a96b73 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -29,7 +29,7 @@ You may use vcpkg to install dependencies needed to build QtBase. * Set the ``VCPKG_DEFAULT_TRIPLET`` environment variable to ``qt-x64-windows-static`` or ``qt-x86-windows-static`` * Set the ``VCPKG_ROOT`` environment variable to the path where you cloned vcpkg * Build Qt dependencies: ``vcpkg install @qt-packages-windows.txt`` - * When running cmake in qtbase, support for vcpkg will be picked up automatically when the VCPKG_ROOT environment variable is set. + * When running cmake in qtbase, support for vcpkg will be picked up automatically when the VCPKG_ROOT/VCPKG_DEFAULT_TRIPLET environment variable is set. # Building against homebrew on macOS