From 7fd9a1fbe40adad51c20b0c4f2e5c424086fa4e4 Mon Sep 17 00:00:00 2001 From: SDK-Chan Date: Sun, 14 Sep 2025 17:15:42 +0200 Subject: [PATCH] Update CMakeLists.txt Downgraded Boost in find_package to version 1.57.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)