When boost-filesystem is not installed, I get the following CMake error when trying to build heaptrack: CMake Error at tests/auto/CMakeLists.txt:20 (if): if given arguments: "AND" "ON" Unknown arguments specified The error disappears when installing boost-filesystem. I expect that a missing boost-filesystem dependency is listed as a failed dependency in a more user-friendly way.
this should be fixed by now, the code now reads: if ("${Boost_FILESYSTEM_FOUND}" AND "${Boost_SYSTEM_FOUND}")