wuzhuobin
Results
1
comments of
wuzhuobin
i encounter same problems the `BASE_DIRECTORY` is not working expectedly. I think the problem is the [L212]( https://github.com/bilke/cmake-modules/blob/master/CodeCoverage.cmake#L212) the `if(${Coverage_BASE_DIRECTORY})` should be changed to ` if(Coverage_BASE_DIRECTORY)` Same as [L310](https://github.com/bilke/cmake-modules/blob/master/CodeCoverage.cmake#L310) and...