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

[CodeCoverage]: Fix issues with CodeCoverage and ninja #51

Closed mdavis777 closed 3 years ago

mdavis777 commented 4 years ago

Closes #50

Marandil commented 4 years ago

Potential issue: clang doesn't recognize -fprofile-abs-path.

bilke commented 3 years ago

This was implemented in a557fce290b015a47bef7881132330120cfe8690 and 6f35ce1d210e85191c8aa2e6ae9460d8c450d021. Thanks a lot!