cmake fails with `boost_find_component Macro invoked with incorrect arguments` ## Possible Solution replace `find_package(Boost ${Boost_MINIMUM_REQUIRED} QUIET COMPONENTS "${BOOST_COMPONENTS_REQUIRED}")` with `find_package(Boost ${Boost_MINIMUM_REQUIRED} QUIET COMPONENTS ${BOOST_COMPONENTS_REQUIRED})` ## Environment * Version used: cmake 3.16.5 * Operating System and version: Pop!_OS 20.04 LTS