aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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
-----