diff --git a/examples/boost/CMakeLists.txt b/examples/boost/CMakeLists.txt index 7a058f95..c82ee82b 100644 --- a/examples/boost/CMakeLists.txt +++ b/examples/boost/CMakeLists.txt @@ -13,9 +13,9 @@ include(../../cmake/CPM.cmake) CPMAddPackage( NAME Boost - VERSION 1.85.0 # Versions less than 1.85.0 may need patches for installation targets. - URL https://github.com/boostorg/boost/releases/download/boost-1.85.0/boost-1.85.0-cmake.tar.xz - URL_HASH SHA256=0a9cc56ceae46986f5f4d43fe0311d90cf6d2fa9028258a95cab49ffdacf92ad + VERSION 1.86.0 # Versions less than 1.85.0 may need patches for installation targets. + URL https://github.com/boostorg/boost/releases/download/boost-1.86.0/boost-1.86.0-cmake.tar.xz + URL_HASH SHA256=2c5ec5edcdff47ff55e27ed9560b0a0b94b07bd07ed9928b476150e16b0efc57 OPTIONS "BOOST_ENABLE_CMAKE ON" "BOOST_SKIP_INSTALL_RULES ON" # Set `OFF` for installation "BUILD_SHARED_LIBS OFF" "BOOST_INCLUDE_LIBRARIES container\\\;asio" # Note the escapes! )