1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 05:29:11 +00:00

Fix clang var.

This commit is contained in:
Brenden Matthews 2021-02-28 14:53:59 -06:00
parent 954edef9ef
commit 4d107fca34
No known key found for this signature in database
GPG Key ID: B49ABB7270D9D4FD

View File

@ -53,8 +53,8 @@ add_subdirectory(3rdparty/toluapp)
set(conky_libs ${conky_libs} toluapp_lib_static)
if(BUILD_TESTS)
if(USING_CLANG_7)
message(STATUS "Detected clang-7, enabling test coverage reports")
if(USING_CLANG)
message(STATUS "Detected clang, enabling test coverage reports")
# Enable coverage checks
include(CodeCoverage)
append_coverage_compiler_flags()