LVI_SAM_fixed
LVI_SAM_fixed copied to clipboard
CMakelist fix error - solution
There is an error inside CmakeList, the code to find the Boost package must be changed from this: find_package(Boost REQUIRED COMPONENTS filesystem program_options system )
to this:
find_package(Boost REQUIRED COMPONENTS filesystem program_options system timer)