From 618ed4915e568f505bc032d6fa8a0929a1ee7224 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Wed, 3 Apr 2024 16:27:47 +0200 Subject: [PATCH] also update cmake fetch (oops) --- external/toxcore/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/external/toxcore/CMakeLists.txt b/external/toxcore/CMakeLists.txt index 886e205..6a896c5 100644 --- a/external/toxcore/CMakeLists.txt +++ b/external/toxcore/CMakeLists.txt @@ -8,9 +8,8 @@ if (NOT TARGET toxcore) include(FetchContent) FetchContent_Declare(toxcore - # waiting for events on master - GIT_REPOSITORY https://github.com/Green-Sky/c-toxcore.git - GIT_TAG ngc_events + GIT_REPOSITORY https://github.com/TokTok/c-toxcore.git + GIT_TAG v0.2.19 EXCLUDE_FROM_ALL )