1
0
mirror of synced 2024-12-22 12:40:00 +01:00

Update fetch.md

This commit is contained in:
Henry Schreiner 2019-11-09 05:15:09 +00:00
parent 113f6dabbf
commit 504b20db3f

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: