We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41da837 commit 2f650bdCopy full SHA for 2f650bd
cmake/makeTests.cmake
@@ -42,6 +42,7 @@ if(CONNECTION_MACHINE_CODE_COVERAGE)
42
add_compile_options(--coverage -O0 -g)
43
add_link_options(--coverage)
44
elseif(MSVC)
45
+ message(WARNING "Code coverage does nothing with MSVC. Use normal Tests build, and use opencpp_coverage.cmd")
46
else()
47
message(WARNING "Code coverage not working with: \"${CMAKE_CXX_COMPILER_ID}\"")
48
endif()
0 commit comments