[cmake] use MODULE for non-CPM zstd
All checks were successful
eden-license / license-header (pull_request) Successful in 21s
All checks were successful
eden-license / license-header (pull_request) Successful in 21s
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
dd636464d4
commit
5d3cf78351
1 changed files with 1 additions and 1 deletions
|
@ -598,7 +598,7 @@ else()
|
|||
find_package(enet 1.3 MODULE)
|
||||
find_package(Opus 1.3 MODULE)
|
||||
find_package(ZLIB 1.2 REQUIRED)
|
||||
find_package(zstd 1.5 REQUIRED)
|
||||
find_package(zstd 1.5 REQUIRED MODULE)
|
||||
|
||||
if (ENABLE_CUBEB)
|
||||
find_package(cubeb CONFIG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue