Skip to content

Commit

Permalink
Updates Boost’s default version to 1.72.0-p1.
Browse files Browse the repository at this point in the history
This commit updates Boost’s default version to 1.72.0-p1 to take advantage of the cpp-pm#180 fix.
  • Loading branch information
olliwang committed May 9, 2020
1 parent 694db46 commit 0a47465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if(MINGW)
# https://github.com/boostorg/build/issues/301
hunter_default_version(Boost VERSION 1.64.0)
else()
hunter_default_version(Boost VERSION 1.72.0-p0)
hunter_default_version(Boost VERSION 1.72.0-p1)
endif()

hunter_default_version(BoostCompute VERSION 0.5-p0)
Expand Down

0 comments on commit 0a47465

Please sign in to comment.