Skip to content

Commit

Permalink
Actually bump back up the boost requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed May 29, 2018
1 parent cf73f66 commit b2bd34d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/RakauFindBoost.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
find_package(Boost 1.54.0 REQUIRED)
# Boost spreadsort is available since 1.58.
find_package(Boost 1.58.0 REQUIRED)
# Might need to recreate targets if they are missing (e.g., older CMake versions).
if(NOT TARGET Boost::boost)
message(STATUS "The 'Boost::boost' target is missing, creating it.")
Expand Down

0 comments on commit b2bd34d

Please sign in to comment.