CMake: Remove Vulkan version requirement
This commit is contained in:
@@ -338,7 +338,7 @@ endif()
|
|||||||
|
|
||||||
if(ENABLE_VULKAN)
|
if(ENABLE_VULKAN)
|
||||||
find_package(
|
find_package(
|
||||||
Vulkan 1.3.206 REQUIRED
|
Vulkan REQUIRED
|
||||||
COMPONENTS glslangValidator
|
COMPONENTS glslangValidator
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user