diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-17 15:58:42 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-17 16:03:36 +0300 |
commit | bfb61b9fccc827f0c502fc400f6f63cc74f2d79a (patch) | |
tree | 8ff1eb3f8de20875b70a677c56e4a64bc12be634 | |
parent | bump cmake-common (diff) | |
download | build-boost-bfb61b9fccc827f0c502fc400f6f63cc74f2d79a.tar.gz build-boost-bfb61b9fccc827f0c502fc400f6f63cc74f2d79a.zip |
README: updatev1.1
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -41,7 +41,8 @@ API | version | **required** | | Boost version to build, e.g. `1.71.0`. | libraries | **required** | | Space-separated list of libraries to build, e.g. `filesystem program_options system`. | toolset | auto | ✓ | Use GCC on Linux and MSVC on Windows. -| | msvc | | Use MSVC. +| | msvc | | Use MSVC. Supports different versions \[1\]. +| | vs | | Visual Studio; same as "msvc". Supports different versions \[2\]. | | gcc | | Use GCC. | | mingw | | Use MinGW-w64. | | clang | | Use Clang. @@ -56,6 +57,10 @@ API | directory | *empty* | ✓ | Build in `${{ runner.workspace }}/boost`. | | *any* | | Build in a custom directory. +1. Toolset "msvc" can have an optional version suffix: msvc140, msvc141, +msvc142. +2. Toolset "vs" can have an optional version suffix: vs2015, vs2017, vs2019. + | Output | Example | CMake input | Description | ---------- | -------------------------------------- | ---------------- | ----------- | root | D:\a\project\boost | BOOST_ROOT | Root Boost directory. |