diff --git a/external/toxcore/CMakeLists.txt b/external/toxcore/CMakeLists.txt index a8eef91..9051494 100644 --- a/external/toxcore/CMakeLists.txt +++ b/external/toxcore/CMakeLists.txt @@ -18,7 +18,7 @@ if (NOT TARGET toxcore) FetchContent_Declare(toxcore GIT_REPOSITORY https://github.com/TokTok/c-toxcore.git - GIT_TAG v0.2.20 + GIT_TAG v0.2.21 EXCLUDE_FROM_ALL )