You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: update boost version in CMakeLists.txt (#200)
The documented minimum version of boost is 1.81. The `CMakeLists.txt`
erroneously specified 1.80, which could potentially lead to 1.80 being
selected and the build failing.
This commit bumps it to 1.81, which includes the necessary `url`
library.
0 commit comments