diff options
author | Juan Ramos <[email protected]> | 2023-01-09 16:12:28 -0700 |
---|---|---|
committer | Juan Ramos <[email protected]> | 2023-01-09 17:01:08 -0700 |
commit | 5eeb2c4c570ce92f5f48bf667e39e9d4da2ef13a (patch) | |
tree | adeb1a96431a93c8717315b813e315ef7c6a5f25 /README.md | |
parent | 18963a6cc03fe15e3785d353dea6a1ff95115a5e (diff) | |
download | Vulkan-Headers-5eeb2c4c570ce92f5f48bf667e39e9d4da2ef13a.tar.gz Vulkan-Headers-5eeb2c4c570ce92f5f48bf667e39e9d4da2ef13a.zip |
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
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ Files in this repository originate from: * BUILD.gn * BUILD.md +* cmake/ * CMakeLists.txt * tests/* * CODE_OF_CONDUCT.md |