diff --git a/CMakeLists.txt b/CMakeLists.txt index d208163f99..95968cddea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -467,7 +467,7 @@ else() find_package(Opus 1.3 MODULE REQUIRED) find_package(ZLIB 1.2 REQUIRED) find_package(zstd 1.5 REQUIRED MODULE) - find_package(Boost 1.88.0 REQUIRED context system fiber) + find_package(Boost 1.57.0 REQUIRED context system fiber) if (YUZU_TESTS) find_package(Catch2 3.0.1 REQUIRED)