[cmake] Unbreak FreeBSD building process again.
All checks were successful
eden-license / license-header (pull_request) Successful in 33s
All checks were successful
eden-license / license-header (pull_request) Successful in 33s
This commit is contained in:
parent
28d26b0d76
commit
87615f2da1
1 changed files with 1 additions and 1 deletions
|
@ -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.79.0 REQUIRED headers context system fiber)
|
||||
find_package(Boost 1.88.0 REQUIRED context system fiber)
|
||||
|
||||
if (YUZU_TESTS)
|
||||
find_package(Catch2 3.0.1 REQUIRED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue