From 02d01b5dc9d96b924f07ded12e42a08aac73ad42 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Tue, 20 Aug 2024 14:38:33 +0200 Subject: [PATCH] Add toolchain to build description --- .../download-and-install/build-instructions-ubuntu.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/getting-started/download-and-install/build-instructions-ubuntu.md b/content/getting-started/download-and-install/build-instructions-ubuntu.md index 7557f0ec1..93184a9e2 100644 --- a/content/getting-started/download-and-install/build-instructions-ubuntu.md +++ b/content/getting-started/download-and-install/build-instructions-ubuntu.md @@ -83,6 +83,7 @@ In this folder, execute -DCMAKE_PREFIX_PATH=/your_qt_path/5.15.2/gcc_64/lib/cmake \ -DRESINSIGHT_ENABLE_GRPC=true \ -DRESINSIGHT_GRPC_PYTHON_EXECUTABLE=python \ + -DCMAKE_TOOLCHAIN_FILE=../ThirdParty/vcpkg/scripts/buildsystems/vcpkg.cmake \ .. make -j8