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
542 stars 215 forks source link

CodeCoverage: make distinction between CXX and C compiler flags #82

Closed marcusmueller closed 8 months ago

marcusmueller commented 8 months ago

This makes clang-16 builds possible.

Without, clang complains that it doesn't know the flag on C files.

Signed-off-by: Marcus Müller mmueller@gnuradio.org

Closes #64