Compare commits

...

2 Commits

Author SHA1 Message Date
2a12f0250f Версия 0.4.7 2022-01-11 19:14:50 +03:00
26e60bf5fd Опечатка 2022-01-11 19:14:31 +03:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0) cmake_minimum_required(VERSION 3.0)
project(myx-cmake VERSION 0.4.6 LANGUAGES) project(myx-cmake VERSION 0.4.7 LANGUAGES)
include(GNUInstallDirs) include(GNUInstallDirs)
file(WRITE ${CMAKE_SOURCE_DIR}/MyxCMake/MyxCMakeConfigVersion.cmake file(WRITE ${CMAKE_SOURCE_DIR}/MyxCMake/MyxCMakeConfigVersion.cmake

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/\\\*"