Update the GIT_TAG in the readme

This commit is contained in:
Olivier Goffart 2021-10-22 16:51:25 +02:00
parent 043a58a5f0
commit ce65e7871c
4 changed files with 5 additions and 5 deletions

View file

@ -21,7 +21,7 @@ include(FetchContent)
FetchContent_Declare(
SixtyFPS
GIT_REPOSITORY https://github.com/sixtyfpsui/sixtyfps.git
GIT_TAG v0.1.3
GIT_TAG v0.1.4
SOURCE_SUBDIR api/sixtyfps-cpp
)
FetchContent_MakeAvailable(SixtyFPS)