Skip to content

Commit d33f28e

Browse files
committed
update REAME.md : update Boost version
1 parent bfdd849 commit d33f28e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Find or download Boost from CMake.
44

5-
Versions tested: from 1.79.0 upto 1.85.0 .
5+
Versions tested: from 1.79.0 upto 1.86.0 .
66

77
## Examples
88

@@ -22,7 +22,7 @@ CPMAddPackage(
2222
```
2323
3. Use the `add_boost` macro. Notice *NOT* wrapping variables TRY_BOOST_VERSION and so on when sending arguments to the macro
2424
```cmake
25-
set(TRY_BOOST_VERSION "1.85.0")
25+
set(TRY_BOOST_VERSION "1.86.0")
2626
set(BOOST_MY_OPTIONS "BOOST_ENABLE_PYTHON ON;")
2727
set(BOOST_NOT_HEADER_ONLY_COMPONENTS_THAT_YOU_NEED "thread;python")
2828
set(BOOST_HEADER_ONLY_COMPONENTS_THAT_YOU_NEED "asio;uuid")

0 commit comments

Comments
 (0)