Make sure the README of cpp still contains a branch and tag that match

The folder was renamed in master, but not in the release tag

Fixes #910 

Will edit the checklist so we remember to put that back for the release
This commit is contained in:
Olivier Goffart 2022-02-01 22:03:15 +01:00 committed by GitHub
parent 8273a3e147
commit ff3ef50896
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ FetchContent_Declare(
SixtyFPS
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
GIT_TAG v0.1.6
SOURCE_SUBDIR api/cpp
SOURCE_SUBDIR api/sixtyfps-cpp
)
FetchContent_MakeAvailable(SixtyFPS)
```
@ -113,7 +113,7 @@ FetchContent_Declare(
SixtyFPS
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
GIT_TAG v0.1.6
SOURCE_SUBDIR api/cpp
SOURCE_SUBDIR api/sixtyfps-cpp
)
FetchContent_MakeAvailable(SixtyFPS)