From 0cc44932e570c404d4aef6c12ec3552378477e68 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Apr 2021 11:12:33 +0300 Subject: README: update --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 ----- -- cgit v1.2.3