mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
CMake: Remove Vulkan version requirement
This commit is contained in:
parent
79bfb67156
commit
12d25fe20d
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ endif()
|
|||
|
||||
if(ENABLE_VULKAN)
|
||||
find_package(
|
||||
Vulkan 1.3.206 REQUIRED
|
||||
Vulkan REQUIRED
|
||||
COMPONENTS glslangValidator
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue