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 7e4b93b commit 5e84b8fCopy full SHA for 5e84b8f
cmake/recipes/catch2.cmake
@@ -6,12 +6,12 @@ endif()
6
7
message(STATUS "Third-party: creating target 'Catch2::Catch2'")
8
9
-option(CATCH_CONFIG_CPP17_STRING_VIEW "Enable support for std::string_view" ON)
+option(CATCH_CONFIG_CPP17_STRING_VIEW "Enable support for std::string_view" OFF)
10
option(CATCH_INSTALL_DOCS "Install documentation alongside library" OFF)
11
option(CATCH_INSTALL_EXTRAS "Install extras alongside library" OFF)
12
13
include(CPM)
14
-CPMAddPackage("gh:catchorg/Catch2@3.0.1")
+CPMAddPackage("gh:catchorg/Catch2@3.8.1")
15
16
# Folder name for IDE
17
set_target_properties(Catch2 PROPERTIES FOLDER "ThirdParty/Catch2")
0 commit comments