diff --git a/CMakeLists.txt b/CMakeLists.txt index efce4794..98ba49c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -603,7 +603,7 @@ if(USE_BUNDLED_MTXCLIENT) set(BUILD_LIB_TESTS OFF CACHE INTERNAL "") FetchContent_MakeAvailable(MatrixClient) else() - find_package(MatrixClient 0.8.3 REQUIRED) + find_package(MatrixClient 0.8.1 REQUIRED) endif() if (VOIP)