Skip to content

Commit

Permalink
Don't enable coverage on clang
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-cukic authored and RalphSteinhagen committed Dec 5, 2023
1 parent d8d49b1 commit 99ae7d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ if(OPENCMW_ENABLE_TESTING)
if(OPENCMW_ENABLE_COVERAGE)
if(UNIX
AND NOT APPLE
AND NOT CMAKE_CXX_COMPILER_ID MATCHES ".*Clang"
AND NOT EMSCRIPTEN) # Linux
message("Coverage reporting enabled")
include(cmake/CodeCoverage.cmake) # https://github.com/bilke/cmake-modules/blob/master/CodeCoverage.cmake #
Expand Down

0 comments on commit 99ae7d2

Please sign in to comment.