mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2025-12-23 06:16:36 +01:00
build: Remove duplicate SPIRV-Headers alias definition
This commit is contained in:
parent
4ab79a8c02
commit
75439fe1a9
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ if (SIRIT_USE_SYSTEM_SPIRV_HEADERS)
|
||||||
find_package(SPIRV-Headers REQUIRED)
|
find_package(SPIRV-Headers REQUIRED)
|
||||||
else()
|
else()
|
||||||
add_subdirectory(externals/SPIRV-Headers EXCLUDE_FROM_ALL)
|
add_subdirectory(externals/SPIRV-Headers EXCLUDE_FROM_ALL)
|
||||||
add_library(SPIRV-Headers::SPIRV-Headers ALIAS SPIRV-Headers)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Sirit project files
|
# Sirit project files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue