From 9b1f0807162e7d8207c3fd584065a48baed755d0 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Thu, 11 Aug 2016 09:50:21 -0700 Subject: [PATCH] Switch to specific commit of Vulkan spec --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a210b3..439464c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ project(VulkanHppGenerator) # If you wish to target a specific version of the spec, override this value like so # cmake -DVK_SPEC_URL:STRING=https://example.com/some/other/url/vk.xml -set(VK_SPEC_URL "https://raw.githubusercontent.com/KhronosGroup/Vulkan-Docs/1.0/src/spec/vk.xml" CACHE STRING "URL from which to fetch the Vulkan Spec XML") +set(VK_SPEC_URL "https://raw.githubusercontent.com/KhronosGroup/Vulkan-Docs/f4c4113d070c0c9b55b4482055be054dd6466c96/src/spec/vk.xml" CACHE STRING "URL from which to fetch the Vulkan Spec XML") # Download the request URL specification file(DOWNLOAD ${VK_SPEC_URL} ${CMAKE_CURRENT_BINARY_DIR}/vk.xml )