also update cmake fetch (oops)

This commit is contained in:
Green Sky 2024-04-03 16:27:47 +02:00
parent da9067ab34
commit 618ed4915e
No known key found for this signature in database

View File

@ -8,9 +8,8 @@ if (NOT TARGET toxcore)
include(FetchContent) include(FetchContent)
FetchContent_Declare(toxcore FetchContent_Declare(toxcore
# waiting for events on master GIT_REPOSITORY https://github.com/TokTok/c-toxcore.git
GIT_REPOSITORY https://github.com/Green-Sky/c-toxcore.git GIT_TAG v0.2.19
GIT_TAG ngc_events
EXCLUDE_FROM_ALL EXCLUDE_FROM_ALL
) )