mirror of
1
0
Fork 0

Update fetch.md

This commit is contained in:
Henry Schreiner 2019-11-09 05:15:09 +00:00
parent 113f6dabbf
commit 504b20db3f
1 changed files with 1 additions and 1 deletions

View File

@ -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: