mirror of
https://github.com/sudachi-emu/sirit.git
synced 2024-11-21 20:41:39 +01:00
Fixed dependency clashing
This commit is contained in:
parent
e8daed1482
commit
795ef4d831
2 changed files with 2 additions and 2 deletions
|
@ -89,7 +89,7 @@ if (SIRIT_USE_SYSTEM_SPIRV_HEADERS)
|
|||
find_package(SPIRV-Headers REQUIRED)
|
||||
else()
|
||||
if (NOT TARGET SPIRV-Headers::SPIRV::Headers)
|
||||
add_subdirectory(externals/SPIRV-Headers EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(externals/SPIRV-Headers EXCLUDE_FROM_ALL YES)
|
||||
add_library(SPIRV-Headers::SPIRV-Headers ALIAS SPIRV-Headers)
|
||||
endif()
|
||||
endif()
|
||||
|
|
2
externals/SPIRV-Headers
vendored
2
externals/SPIRV-Headers
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 8b246ff75c6615ba4532fe4fde20f1be090c3764
|
||||
Subproject commit c214f6f2d1a7253bb0e9f195c2dc5b0659dc99ef
|
Loading…
Reference in a new issue