bilke / cmake-modules

Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules)
Boost Software License 1.0
547 stars 214 forks source link

SETUP_TARGET_FOR_COVERAGE_COBERTURA () : 100% CPU for a long time #4

Closed nyue closed 7 years ago

nyue commented 10 years ago

Hi,

I am attempting to use the function for test coverage report generation on CentOS

I noticed that when I ran the Cobertura coverage reporting, it uses up 100% CPU, I had to kill it

Simply changing it to the non-Cobertura reporting, it ran fine and I get the directory with the index.html and associated files.

I am using gcovr from https://github.com/gcovr/gcovr, which is at version 3.1

Cheers