IAP GITLAB

Skip to content
Snippets Groups Projects
Commit d25314c1 authored by Lukas Nellen's avatar Lukas Nellen :footprints: Committed by Hans Dembinski
Browse files

Spell 'Perl' the way cmake expects

Mislead by case-insensitive FS on Mac?
parent 32753c87
No related branches found
No related tags found
1 merge request!118adding coverage reports and lcov
......@@ -79,7 +79,7 @@ endif ()
# generate coverage report
if (CMAKE_BUILD_TYPE STREQUAL Coverage)
# find_package(PERL REQUIRED) does not work on the runner
find_package (Perl REQUIRED)
set (GCOV gcov CACHE STRING "gcov executable" FORCE)
set (LCOV_BIN_DIR "${PROJECT_SOURCE_DIR}/ThirdParty/lcov/bin")
# collect coverage data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment