From d1eb637ecb5df16f6fcd42b3dfd6b02ddf0a2311 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sun, 20 Oct 2019 01:40:26 -0500 Subject: CMake: Fix dumb typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a311188..dfa8791 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,6 +73,6 @@ IF(COVERAGE) add_custom_target(lcov_report DEPENDS horizon.coverage) add_custom_command(OUTPUT cov_html COMMAND genhtml ARGS horizon.coverage --output-directory cov_html) - add_custom_target(lcov_html DEPEND cov_html) + add_custom_target(lcov_html DEPENDS cov_html) ENDIF(LCOV_EXECUTABLE) ENDIF(COVERAGE) -- cgit v1.2.3-60-g2f50