LVI_SAM_fixed icon indicating copy to clipboard operation
LVI_SAM_fixed copied to clipboard

CMakelist fix error - solution

Open Cristian-wp opened this issue 3 years ago • 0 comments

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)

Cristian-wp avatar Jun 15 '22 15:06 Cristian-wp