diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index fbf2bee..b9bcdfa 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt | |||
@@ -70,7 +70,7 @@ if(ZLIB_BUILD_STATIC) | |||
70 | 70 | ||
71 | if(${CMAKE_C_COMPILER_ID} STREQUAL "Clang") | 71 | if(${CMAKE_C_COMPILER_ID} STREQUAL "Clang") |
72 | set(llvm_names llvm_cov) | 72 | set(llvm_names llvm_cov) |
73 | list(APPEND llvm_names llvm-cov | 73 | list(APPEND llvm_names llvm-cov) |
74 | 74 | ||
75 | foreach(ver RANGE 11 99) | 75 | foreach(ver RANGE 11 99) |
76 | list(APPEND llvm_names llvm-cov-${ver}) | 76 | list(APPEND llvm_names llvm-cov-${ver}) |