Skip to content

Commit 3219898

Browse files
committed
Fix typo in CMakeLists.txt
1 parent c999175 commit 3219898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (BUILD_MEX)
2929
endif()
3030

3131
# Build tests and check coverage, if required.
32-
option(CHECK_COVERAGE "Check test coverate" False)
32+
option(CHECK_COVERAGE "Check test coverage" False)
3333
option(BUILD_TESTS "Run Catch2 tests" False)
3434
if (CHECK_COVERAGE)
3535
set(BUILD_TESTS True)

0 commit comments

Comments
 (0)