diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 841b25ae..b6d757a5 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -14,9 +14,9 @@ if(enable-coverage) MESSAGE(FATAL_ERROR "gcov not found! Aborting...") endif() if(NOT LCOV_PATH) - MESSAGE(FATAL_ERROR "gcov not found! Aborting...") + MESSAGE(FATAL_ERROR "lcov not found! Aborting...") endif() if(NOT GENHTML_PATH) - MESSAGE(FATAL_ERROR "gcov not found! Aborting...") + MESSAGE(FATAL_ERROR "genhtml not found! Aborting...") endif() endif()