also update cmake fetch (oops)
This commit is contained in:
parent
da9067ab34
commit
618ed4915e
5
external/toxcore/CMakeLists.txt
vendored
5
external/toxcore/CMakeLists.txt
vendored
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user