From 6a3dd717351f69157c6cacf680a8d577c7e4c4aa Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 10 May 2024 11:23:18 +0200 Subject: [PATCH] Fix typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 80bea0da3..23bd0bcad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -223,7 +223,7 @@ endif() set(MAYBE_COVERAGE_LIBRARIES "") if (ENABLE_COVERAGE) if (NOT CMAKE_BUILD_TYPE MATCHES "Debug") - message(ERROR "ENABLE_COVERAGE=ON only make sense with a Debug build") + message(ERROR "ENABLE_COVERAGE=ON only makes sense with a Debug build") endif() message(STATUS "Enabling coverage") set(MAYBE_COVERAGE_LIBRARIES "-lgcov")