build: Remove duplicate SPIRV-Headers alias definition

This commit is contained in:
CrimsonHawk 2025-07-12 17:51:17 -04:00
parent 4ab79a8c02
commit 75439fe1a9
No known key found for this signature in database
GPG key ID: 82D963563CFDCEA1

View file

@ -89,7 +89,7 @@ if (SIRIT_USE_SYSTEM_SPIRV_HEADERS)
find_package(SPIRV-Headers REQUIRED)
else()
add_subdirectory(externals/SPIRV-Headers EXCLUDE_FROM_ALL)
add_library(SPIRV-Headers::SPIRV-Headers ALIAS SPIRV-Headers)
endif()
# Sirit project files