From 553a189b9a81b2e76b10bae39b0572eb27ac3e09 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 26 Jan 2025 16:16:02 +0000 Subject: [PATCH] Replace mention of BOOST_ROOT --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38a20cdf..6321963b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Parameter | Values | Default |Description `LIBLOADORDER_URL` | A URL | A GitHub release archive URL | The URL to get a source code archive from. This can be used to supply a local path if the archive has already been downloaded (e.g. for offline builds). `LOOT_CONDITION_INTERPRETER_URL` | A URL | A GitHub release archive URL | The URL to get a source code archive from. This can be used to supply a local path if the archive has already been downloaded (e.g. for offline builds). -You may also need to set `BOOST_ROOT` if CMake cannot find Boost. +You may also need to set `CMAKE_PREFIX_PATH` if CMake cannot find Boost. ## Building The Documentation