CMake: Remove Vulkan version requirement

This commit is contained in:
wheremyfoodat 2024-06-08 15:04:36 +00:00 committed by GitHub
parent 79bfb67156
commit 12d25fe20d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -338,7 +338,7 @@ endif()
if(ENABLE_VULKAN)
find_package(
Vulkan 1.3.206 REQUIRED
Vulkan REQUIRED
COMPONENTS glslangValidator
)