Skip to content

Commit ac6b187

Browse files
authoredDec 1, 2019
Fixed cmake warning
1 parent 2036eab commit ac6b187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if(CODE_COVERAGE AND CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
2424
else()
2525
target_link_libraries(coverage_config INTERFACE --coverage)
2626
endif()
27-
endif(CODE_COVERAGE)
27+
endif(CODE_COVERAGE AND CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang")
2828

2929

3030
add_subdirectory(src)

0 commit comments

Comments
 (0)
Please sign in to comment.