[cmake] proper link to Boost::context
Some checks failed
eden-license / license-header (pull_request) Failing after 25s
Some checks failed
eden-license / license-header (pull_request) Failing after 25s
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
5575d4a61b
commit
4560f025e1
1 changed files with 3 additions and 1 deletions
|
@ -423,6 +423,8 @@ if (YUZU_USE_CPM)
|
|||
target_compile_options(boost_icl INTERFACE -Wno-shadow)
|
||||
target_compile_options(boost_asio INTERFACE -Wno-conversion -Wno-implicit-fallthrough)
|
||||
endif()
|
||||
elseif (PLATFORM_LINUX OR APPLE)
|
||||
find_package(Boost 1.57.0 REQUIRED headers context system fiber)
|
||||
endif()
|
||||
|
||||
# fmt
|
||||
|
@ -521,7 +523,7 @@ else()
|
|||
find_package(zstd 1.5 REQUIRED MODULE)
|
||||
|
||||
# wow
|
||||
if (PLATFORM_LINUX)
|
||||
if (PLATFORM_LINUX OR APPLE)
|
||||
find_package(Boost 1.57.0 REQUIRED headers context system fiber)
|
||||
else()
|
||||
find_package(Boost 1.57.0 REQUIRED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue