We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfdd849 commit d33f28eCopy full SHA for d33f28e
README.md
@@ -2,7 +2,7 @@
2
3
## Find or download Boost from CMake.
4
5
-Versions tested: from 1.79.0 upto 1.85.0 .
+Versions tested: from 1.79.0 upto 1.86.0 .
6
7
## Examples
8
@@ -22,7 +22,7 @@ CPMAddPackage(
22
```
23
3. Use the `add_boost` macro. Notice *NOT* wrapping variables TRY_BOOST_VERSION and so on when sending arguments to the macro
24
```cmake
25
-set(TRY_BOOST_VERSION "1.85.0")
+set(TRY_BOOST_VERSION "1.86.0")
26
set(BOOST_MY_OPTIONS "BOOST_ENABLE_PYTHON ON;")
27
set(BOOST_NOT_HEADER_ONLY_COMPONENTS_THAT_YOU_NEED "thread;python")
28
set(BOOST_HEADER_ONLY_COMPONENTS_THAT_YOU_NEED "asio;uuid")
0 commit comments