Failed to build (can't find Boost lib)

Hello,

I tried to compile and had errors related to Boost Serialization location.
I was able to build successfully by adding FIND_PACKAGE(Boost REQUIRED system serialization) to CMakeLists.txt !

With Ubuntu 20.04 (Boost 1.71).

Edited by Vincent Delbar