mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 22:55:40 +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)
|
if(ENABLE_VULKAN)
|
||||||
find_package(
|
find_package(
|
||||||
Vulkan 1.3.206 REQUIRED
|
Vulkan REQUIRED
|
||||||
COMPONENTS glslangValidator
|
COMPONENTS glslangValidator
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue