From b7972d03a707a6ad1b54b96ab1437c5cd1594a43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 20:06:25 +0100 Subject: [PATCH] Bump external/SPIRV-Tools from `08d8fae` to `5ed21eb` (#67) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump external/SPIRV-Tools from `08d8fae` to `5ed21eb` Bumps [external/SPIRV-Tools](https://github.com/KhronosGroup/SPIRV-Tools) from `08d8fae` to `5ed21eb`. - [Release notes](https://github.com/KhronosGroup/SPIRV-Tools/releases) - [Commits](https://github.com/KhronosGroup/SPIRV-Tools/compare/08d8fae589f74c7734732857dd6f2d6f4c5b6a1d...5ed21eb1e2f4b11dea5c840fc6c2fe805ed751f1) --- updated-dependencies: - dependency-name: external/SPIRV-Tools dependency-type: direct:production ... Signed-off-by: dependabot[bot] * fix build --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kévin Petit --- CMakeLists.txt | 1 + external/SPIRV-Tools | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 186644c..f45768c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,6 +45,7 @@ else() endif() # Add SPIRV-Tools +set(SPIRV_SKIP_TESTS ON) set(SPIRV-Headers_SOURCE_DIR ${PROJECT_SOURCE_DIR}/external/SPIRV-Headers) set(SPIRV_TOOLS_DIR ${PROJECT_SOURCE_DIR}/external/SPIRV-Tools) set(SPIRV_TOOLS_BINARY_DIR ${CMAKE_BINARY_DIR}/external/SPIRV-Tools) diff --git a/external/SPIRV-Tools b/external/SPIRV-Tools index 08d8fae..5ed21eb 160000 --- a/external/SPIRV-Tools +++ b/external/SPIRV-Tools @@ -1 +1 @@ -Subproject commit 08d8fae589f74c7734732857dd6f2d6f4c5b6a1d +Subproject commit 5ed21eb1e2f4b11dea5c840fc6c2fe805ed751f1