Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit ee5afcb

Browse files
cmake: minor cleanup in CMake's options definitions
1 parent 937d6db commit ee5afcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@ option(BUILD_TESTS "build tests" ON)
6969
option(BUILD_DOC "build documentation" ON)
7070
option(BUILD_BENCHMARKS "build benchmarks" ON)
7171

72-
option(COVERAGE "run coverage test" OFF)
72+
option(COVERAGE "enable collecting of coverage data" OFF)
7373
option(DEVELOPER_MODE "enable developer checks" OFF)
7474
option(CHECK_CPP_STYLE "check code style of C++ sources" OFF)
7575
option(TRACE_TESTS "more verbose test outputs" OFF)
7676
option(USE_ASAN "enable AddressSanitizer (debugging)" OFF)
7777
option(USE_UBSAN "enable UndefinedBehaviorSanitizer (debugging)" OFF)
78-
option(USE_CCACHE "Use ccache if it is available in the system" ON)
78+
option(USE_CCACHE "use ccache if it is available in the system" ON)
7979

8080
option(TESTS_USE_FORCED_PMEM "run tests with PMEM_IS_PMEM_FORCE=1 - it speeds up tests execution on emulated pmem" OFF)
8181
option(TESTS_USE_VALGRIND "enable tests with valgrind (fail build if Valgrind not found)" ON)

0 commit comments

Comments
 (0)