From 9edb5f57127489dec4b7cbdc1e60920e6002abea Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Sun, 12 Jun 2022 16:13:22 +0200 Subject: API dox: use more markup for code or commandline samples NO_CHANGELOG --- modules/ECMCoverageOption.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ECMCoverageOption.cmake') diff --git a/modules/ECMCoverageOption.cmake b/modules/ECMCoverageOption.cmake index 7a96280e..6109fd65 100644 --- a/modules/ECMCoverageOption.cmake +++ b/modules/ECMCoverageOption.cmake @@ -13,7 +13,7 @@ your tests. This module makes it easy to build with support for `GCov `_. When this module is included, a ``BUILD_COVERAGE`` option is added (default -OFF). Turning this option on enables GCC's coverage instrumentation, and +``OFF``). Turning this option on enables GCC's coverage instrumentation, and links against ``libgcov``. Note that this will probably break the build if you are not using GCC. -- cgit v1.2.1