diff --git a/CMakeLists.txt b/CMakeLists.txt index 748c298b..3492bf59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -338,7 +338,7 @@ endif() if(ENABLE_VULKAN) find_package( - Vulkan 1.3.206 REQUIRED + Vulkan REQUIRED COMPONENTS glslangValidator )