From b9fe8a208f12ed62afc7a98910aa6552edb4ad91 Mon Sep 17 00:00:00 2001 From: Emil Jarosz Date: Mon, 30 Nov 2020 13:10:26 +0000 Subject: [PATCH] Update cmake-integration.md The "contrib" folder was renamed to "extras", but the name wasn't updated in the documentation. --- docs/cmake-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cmake-integration.md b/docs/cmake-integration.md index 952efa8f..cecba2ab 100644 --- a/docs/cmake-integration.md +++ b/docs/cmake-integration.md @@ -54,7 +54,7 @@ target_link_libraries(tests Catch2::Catch2) Catch2's repository also contains two CMake scripts that help users with automatically registering their `TEST_CASE`s with CTest. They -can be found in the `contrib` folder, and are +can be found in the `extras` folder, and are 1) `Catch.cmake` (and its dependency `CatchAddTests.cmake`) 2) `ParseAndAddCatchTests.cmake`