Fix mentions of CATCH_INSTALL_HELPERS

Fixes #2347
This commit is contained in:
Martin Hořeňovský
2022-01-06 10:53:26 +01:00
parent fff494c10a
commit 39d3de17f3
3 changed files with 5 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ else()
endif()
option(CATCH_INSTALL_DOCS "Install documentation alongside library" ON)
option(CATCH_INSTALL_EXTRAS "Install extras alongside library" ON)
option(CATCH_INSTALL_EXTRAS "Install extras (CMake scripts, debugger helpers) alongside library" ON)
option(CATCH_DEVELOPMENT_BUILD "Build tests, enable warnings, enable Werror, etc" OFF)
include(CMakeDependentOption)