diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 11:12:33 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 11:12:33 +0300 |
commit | 0cc44932e570c404d4aef6c12ec3552378477e68 (patch) | |
tree | 9746d26a40a7de64b0dbe3d650cb5d017c08af49 | |
parent | README: update (diff) | |
download | build-boost-0cc44932e570c404d4aef6c12ec3552378477e68.tar.gz build-boost-0cc44932e570c404d4aef6c12ec3552378477e68.zip |
README: update
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 ----- |