mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-27 21:48:48 +03:00
Update CMakeLists.txt
This commit is contained in:
parent
fa0d21749b
commit
f7b3c895ef
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ if(USE_BUNDLED_MTXCLIENT)
|
||||||
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
|
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
|
||||||
FetchContent_MakeAvailable(MatrixClient)
|
FetchContent_MakeAvailable(MatrixClient)
|
||||||
else()
|
else()
|
||||||
find_package(MatrixClient 0.8.3 REQUIRED)
|
find_package(MatrixClient 0.8.1 REQUIRED)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (VOIP)
|
if (VOIP)
|
||||||
|
|
Loading…
Reference in a new issue