We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98ee512 commit 0ef3b04Copy full SHA for 0ef3b04
Builds/CMake/deps/Boost.cmake
@@ -1,4 +1,4 @@
1
-find_package(Boost 1.83 REQUIRED
+find_package(Boost 1.86 REQUIRED
2
COMPONENTS
3
chrono
4
container
@@ -49,4 +49,4 @@ if(san AND is_clang)
49
INTERFACE
50
# ignore boost headers for sanitizing
51
-fsanitize-blacklist=${CMAKE_CURRENT_BINARY_DIR}/san_bl.txt)
52
-endif()
+endif()
0 commit comments