aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/find_package/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/find_package/CMakeLists.txt b/tests/find_package/CMakeLists.txt
index d9f32a4..f45fc6c 100644
--- a/tests/find_package/CMakeLists.txt
+++ b/tests/find_package/CMakeLists.txt
@@ -8,15 +8,6 @@ if (NOT TARGET Vulkan::Headers)
message(FATAL_ERROR "Vulkan::Headers target not defined")
endif()
-if (NOT DEFINED VULKAN_HEADERS_REGISTRY_DIRECTORY)
- message(FATAL_ERROR "VULKAN_HEADERS_REGISTRY_DIRECTORY not defined!")
-endif()
-
-if (NOT EXISTS "${VULKAN_HEADERS_REGISTRY_DIRECTORY}/vk.xml")
- message(FATAL_ERROR "VULKAN_HEADERS_REGISTRY_DIRECTORY not valid!")
-endif()
-message(STATUS "VULKAN_HEADERS_REGISTRY_DIRECTORY = ${VULKAN_HEADERS_REGISTRY_DIRECTORY}")
-
if (NOT DEFINED VulkanHeaders_VERSION)
message(FATAL_ERROR "VulkanHeaders_VERSION not defined!")
endif()