Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Dep/boost: Set required boost to 1.78
Browse files Browse the repository at this point in the history
  • Loading branch information
funjoker committed Oct 5, 2023
1 parent 4b31ee0 commit 0a365fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep/boost/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ check_cxx_source_compiles("

if (WIN32)
# On windows the requirements are higher according to the wiki.
set(BOOST_REQUIRED_VERSION 1.73)
set(BOOST_REQUIRED_VERSION 1.78)
else()
set(BOOST_REQUIRED_VERSION 1.71)
endif()
Expand Down

0 comments on commit 0a365fb

Please sign in to comment.