cmake: Remove Vulkan::Registry

Vulkan::Registry behaves differently in `add_subdirectory` vs
`find_package` builds. Which can result in build failures.

Also Vulkan::Registry never made sense as a CMake target and
was very brittle in numerous ways.

Better to provide a `VULKAN_HEADERS_REGISTRY_DIRECTORY` to users
instead and remove Vulkan::Registry completely.

closes #351
This commit is contained in:
Juan Ramos 2023-01-09 16:12:28 -07:00 committed by Juan Ramos
parent 18963a6cc0
commit 5eeb2c4c57
4 changed files with 22 additions and 16 deletions

View file

@ -20,6 +20,7 @@ Files in this repository originate from:
* BUILD.gn
* BUILD.md
* cmake/
* CMakeLists.txt
* tests/*
* CODE_OF_CONDUCT.md