diff options
| author | Charles Giessen <charles@lunarg.com> | 2025-09-16 20:55:08 -0500 |
|---|---|---|
| committer | Charles Giessen <46324611+charles-lunarg@users.noreply.github.com> | 2025-09-17 10:30:12 -0600 |
| commit | 7663eb7ecdd74889e3805e52f6ff3a97e132c784 (patch) | |
| tree | cf89283d160c1619ad4bbf0f44445d0689d9e800 | |
| parent | 9213d6836e5564c6c3cdf0936e9a1150e4285079 (diff) | |
| download | usermoji-7663eb7ecdd74889e3805e52f6ff3a97e132c784.tar.xz | |
build: Require VulkanHeaders with compatible version
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c881a00e..87766581 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ endif() set_property(GLOBAL PROPERTY USE_FOLDERS ON) -find_package(VulkanHeaders QUIET REQUIRED CONFIG) +find_package(VulkanHeaders ${CMAKE_PROJECT_VERSION} QUIET REQUIRED CONFIG) if ((APPLE OR BUILD_TESTS) AND NOT ANDROID) find_package(VulkanLoader QUIET REQUIRED CONFIG) endif() |
