Skip to content

[vulkan] Evaluate SDK dependency for AOT generators #7235

@derek-gerstmann

Description

@derek-gerstmann

This is largely an unfortunate packaging issue on Windows where the CMake infrastructure for Vulkan expects to find the Vulkan headers (which we don't need), as well as the Vulkan loader library (which is needed for linking), all of which are packaged up in the SDK. So installing the SDK is the easiest solution, but not ideal and creates another dependency that we don't need.

Unfortunately, this may mean adding a custom CMake FindVulkan method that simply locates the path to the loader library to configure a proper environment for AOT tests and apps.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions