Skip to content

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

Merge request reports