Browse Source
[cmake] don't add boost_headers if target already exists
ARHABGJHBASJDFJHBF
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/265/head
crueter
7 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
1 deletions
-
externals/CMakeLists.txt
|
|
|
@ -318,7 +318,7 @@ if (YUZU_USE_EXTERNAL_VULKAN_SPIRV_TOOLS) |
|
|
|
endif() |
|
|
|
|
|
|
|
# Boost headers |
|
|
|
if (NOT Boost_ADDED) |
|
|
|
if (NOT Boost_ADDED AND NOT TARGET Boost::headers) |
|
|
|
AddPackage( |
|
|
|
NAME boost_headers |
|
|
|
REPO "boostorg/headers" |
|
|
|
|