Опечатка

This commit is contained in:
Andrei Astafev 2022-01-11 19:14:31 +03:00
parent 3eb1e2c22e
commit 26e60bf5fd

View File

@ -27,7 +27,7 @@ function(myx_cmake_code_coverage target)
${target}-coverage ${target}-coverage
WORKING_DIRECTORY ${CMAKE_BINARY_DIR} WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
COMMAND ${LCOV_EXE} --test-name ${target} --output "${target}.lcov" --capture COMMAND ${LCOV_EXE} --test-name ${target} --output "${target}.lcov" --capture
--no-exernal --no-external
--base-directory ${CMAKE_SOURCE_DIR} --base-directory ${CMAKE_SOURCE_DIR}
--directory ${CMAKE_BINARY_DIR}) --directory ${CMAKE_BINARY_DIR})
# --exclude "/usr/\\\*" # --exclude "/usr/\\\*"