The source project of this merge request has been removed.
Simplify search in lists in `FindBoost.cmake`
Instead of list(FIND...) and then checking result for -1 (found/not-found),
nowadays if command have IN_LIST test for that.
Topic-rename: FindBoost-use-IN_LIST