[cmake] don't add boost_headers if target already exists
All checks were successful
eden-license / license-header (pull_request) Successful in 1m14s
All checks were successful
eden-license / license-header (pull_request) Successful in 1m14s
ARHABGJHBASJDFJHBF Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
1737ddd98d
commit
e97198def8
1 changed files with 1 additions and 1 deletions
2
externals/CMakeLists.txt
vendored
2
externals/CMakeLists.txt
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue