cmake-modules icon indicating copy to clipboard operation
cmake-modules copied to clipboard

Additional CMake functionality. Most of the modules are from Ryan Pavlik (https://github.com/rpavlik/cmake-modules)

Results 30 cmake-modules issues
Sort by recently updated
recently updated
newest added

I was using a previous version of this code coverage and wanted to update to this one as I see it is better maintained. I am running into an issue...

Hi, First, thanks so much for sharing this. Running ubuntu 22.04.3 LTS with the following tools: lcov: LCOV version 1.14 gcov (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 gcovr 5.0 I ran into an...

During the linking phase of my GitHub action, I encounter the following errors while using Xcode 14.2 (Clang) (not on Linux/Ubuntu): ```sh [100%] Linking CXX executable [NAME] Undefined symbols for...

I am getting the above error when trying to add coverage flags to my project. It seems to be related to checking the compilers for each of the available languages....

Using the CodeCoverage.cmake module works just fine when I am compiling my project with GCC, but it does not work when running with clang. Is gcovr gcc only, or is...

In line 541, The directory path was defined over `PROJECT_BINARY_DIR` variable but it must be calculated over `BASEDIR` variable because all base directory paths are assigned to this variable eventually....

Hi, gcovr can merge coverage report only if source report is json format. So I add the ability to this helper to generate json report with gcovr. To avoid copying...

## Tutorial This was written against commit 1fcf7f4 in June 2024. The latest at the time of writing. **I am putting this here as a tutorial only. In my example,...