@PerssonBrown said in CMake can NOT find Vulkan when building:
Here are my questions:
What is Vulkan?
It is a library for displaying graphics, much like OpenGL, DirectX or Metal.
Do all Widget Applications need Vulkan?
No, you can safely ignore this warning. When Vulkan is not present, Qt will use other libraries to draw stuff.
How to fix this missing warning?
On Windows I'm not sure if you can fix it, but you can ignore it.