Compare commits

..

No commits in common. "2a12f0250f189f65d6ac260690d7eb98b46f7c91" and "3eb1e2c22e04dc79873844eddd64a13c6e9bc16b" have entirely different histories.

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.7 LANGUAGES) project(myx-cmake VERSION 0.4.6 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-external --no-exernal
--base-directory ${CMAKE_SOURCE_DIR} --base-directory ${CMAKE_SOURCE_DIR}
--directory ${CMAKE_BINARY_DIR}) --directory ${CMAKE_BINARY_DIR})
# --exclude "/usr/\\\*" # --exclude "/usr/\\\*"