This is similar to #5, see #4. That fix removes any CMakeCCompilerId.gcno or CMakeCXXCompilerId.gcno files.
However, I found files called a-CMakeCCompilerId.gcno and a-CMakeCXXCompilerId.gcno, so the current fix didn't work. Instead, remove any files that end with CMakeCCompilerId.gcno or CMakeCXXCompilerId.gcno. I haven't tried tracking down the upstream change that explains why there's now a a- prefix (potentially in lcov or gcov), but this fix works.
This is similar to #5, see #4. That fix removes any
CMakeCCompilerId.gcno
orCMakeCXXCompilerId.gcno
files.However, I found files called
a-CMakeCCompilerId.gcno
anda-CMakeCXXCompilerId.gcno
, so the current fix didn't work. Instead, remove any files that end withCMakeCCompilerId.gcno
orCMakeCXXCompilerId.gcno
. I haven't tried tracking down the upstream change that explains why there's now aa-
prefix (potentially inlcov
orgcov
), but this fix works.