aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-18 11:12:33 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-18 11:12:33 +0300
commit0cc44932e570c404d4aef6c12ec3552378477e68 (patch)
tree9746d26a40a7de64b0dbe3d650cb5d017c08af49
parentREADME: update (diff)
downloadbuild-boost-0cc44932e570c404d4aef6c12ec3552378477e68.tar.gz
build-boost-0cc44932e570c404d4aef6c12ec3552378477e68.zip
README: update
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 121a497..f672661 100644
--- a/README.md
+++ b/README.md
@@ -61,7 +61,10 @@ API
Use the `librarydir` output to locate the built libraries.
You can pass it to CMake using the `BOOST_LIBRARYDIR` parameter:
- cmake -D "BOOST_LIBRARYDIR=${{ steps.boost.outputs.librarydir }}" ...
+ > cmake \
+ -D "BOOST_ROOT=${{ steps.boost.outputs.root }}" \
+ -D "BOOST_LIBRARYDIR=${{ steps.boost.outputs.librarydir }}" \
+ ...
Notes
-----