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 c999175 commit 3219898Copy full SHA for 3219898
CMakeLists.txt
@@ -29,7 +29,7 @@ if (BUILD_MEX)
29
endif()
30
31
# Build tests and check coverage, if required.
32
-option(CHECK_COVERAGE "Check test coverate" False)
+option(CHECK_COVERAGE "Check test coverage" False)
33
option(BUILD_TESTS "Run Catch2 tests" False)
34
if (CHECK_COVERAGE)
35
set(BUILD_TESTS True)
0 commit comments