Skip to content

Commit

Permalink
Require Boost version 1.82
Browse files Browse the repository at this point in the history
Since this release includes the header unordered_node_set.hpp.

Fixes #750
  • Loading branch information
jameshanlon committed May 8, 2023
1 parent 0b80c6e commit c64f74b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ else()
endif()

if(SLANG_USE_BOOST)
find_package(Boost 1.81.0)
find_package(Boost 1.82.0)
if(NOT Boost_FOUND)
message(STATUS "Using remote Boost library")
include(cmake/FetchBoostContent.cmake)
Expand Down

0 comments on commit c64f74b

Please sign in to comment.