Skip to content

Commit

Permalink
cmake: Remove FindBoost.cmake
Browse files Browse the repository at this point in the history
We used to include our own copy of FindBoost.cmake to allow using a
newer copy of boost than was supported by the installed cmake.

Our copy is getting old and we no longer provide our own copy of
boost, so it seems reasonable to assume that the system cmake supports
the system version of boost.

A quick check shows that Fedora 27 has cmake 3.11, which supports
boost versions < 1.68 and Fedora 28 and newer has 3.14 which support
boost versions < 1.71.

Fixes scylladb#691

Signed-off-by: Rafael Ávila de Espíndola <[email protected]>
Message-Id: <[email protected]>
  • Loading branch information
espindola authored and avikivity committed Oct 10, 2019
1 parent 6ddd968 commit bf684ac
Showing 1 changed file with 0 additions and 2,098 deletions.
Loading

0 comments on commit bf684ac

Please sign in to comment.