Skip to content

Commit 0ef3b04

Browse files
committed
fix boost version
1 parent 98ee512 commit 0ef3b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Builds/CMake/deps/Boost.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
find_package(Boost 1.83 REQUIRED
1+
find_package(Boost 1.86 REQUIRED
22
COMPONENTS
33
chrono
44
container
@@ -49,4 +49,4 @@ if(san AND is_clang)
4949
INTERFACE
5050
# ignore boost headers for sanitizing
5151
-fsanitize-blacklist=${CMAKE_CURRENT_BINARY_DIR}/san_bl.txt)
52-
endif()
52+
endif()

0 commit comments

Comments
 (0)