mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-12-26 04:17:33 +00:00
Fix clang var.
This commit is contained in:
parent
954edef9ef
commit
4d107fca34
@ -53,8 +53,8 @@ add_subdirectory(3rdparty/toluapp)
|
|||||||
set(conky_libs ${conky_libs} toluapp_lib_static)
|
set(conky_libs ${conky_libs} toluapp_lib_static)
|
||||||
|
|
||||||
if(BUILD_TESTS)
|
if(BUILD_TESTS)
|
||||||
if(USING_CLANG_7)
|
if(USING_CLANG)
|
||||||
message(STATUS "Detected clang-7, enabling test coverage reports")
|
message(STATUS "Detected clang, enabling test coverage reports")
|
||||||
# Enable coverage checks
|
# Enable coverage checks
|
||||||
include(CodeCoverage)
|
include(CodeCoverage)
|
||||||
append_coverage_compiler_flags()
|
append_coverage_compiler_flags()
|
||||||
|
Loading…
Reference in New Issue
Block a user