From 504b20db3f7d67cc7fc4ef248f651108bc479812 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Sat, 9 Nov 2019 05:15:09 +0000 Subject: [PATCH] Update fetch.md --- chapters/projects/fetch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/projects/fetch.md b/chapters/projects/fetch.md index 5474003..4daae0e 100644 --- a/chapters/projects/fetch.md +++ b/chapters/projects/fetch.md @@ -18,7 +18,7 @@ FetchContent_Declare( ) # CMake 3.14+ -FetchContent_MakeAvailable(catch2) +FetchContent_MakeAvailable(catch) ``` If you can't use CMake 3.14+, the classic way to prepare code was: