Update CMakeLists.txt
All checks were successful
eden-license / license-header (pull_request) Successful in 26m23s

Downgraded Boost in find_package to version 1.57.0
This commit is contained in:
SDK-Chan 2025-09-14 17:15:42 +02:00
parent b75d722880
commit 7fd9a1fbe4

View file

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