Update CMakeLists.txt

This commit is contained in:
Malte E 2023-01-07 08:41:04 +08:00 committed by GitHub
parent fa0d21749b
commit f7b3c895ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)