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

View File

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