On 8 January 2018 at 16:36, Klaim - Joël Lamotte <mjklaim@gmail.com> wrote:

I would recommand trying this patch which is imminent to be merged in CMake (just remplace your local FindBoost.cmake found in your CMake install dir): https://gitlab.kitware.com/cmake/cmake/merge_requests/1625


Alternatively you can just wait for the next version of CMake.

Anyway note that the search for the right architecture tag might not be trivial depending on how many different platforms which is why I recommand this version of FindBoost that does the trick,
but you could also just extract the wanted logic from there and put it where you want.

A. Joël Lamotte