Hi, I noticed a CMake warning about the FindBoost module being deprecated on my system.
I have a small fix locally that sets CMP0167 to NEW to use the modern Config mode tested it on Linux and it builds cleanly without the warning
Is it okay if I submit a PR for this?