diff options
Diffstat (limited to 'modules/ECMCoverageOption.cmake')
-rw-r--r-- | modules/ECMCoverageOption.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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 <https://gcc.gnu.org/onlinedocs/gcc/Gcov.html>`_. 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. |