From 5888f2109ab94065b4722ca8848acbdb29beb8f2 Mon Sep 17 00:00:00 2001 From: Felix Weiglhofer <weiglhofer@fias.uni-frankfurt.de> Date: Mon, 22 May 2023 08:23:07 +0000 Subject: [PATCH] external: Bump xpu version to fix installation. --- external/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 0238ffa7b6..e6743c009e 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -52,7 +52,7 @@ if(DOWNLOAD_EXTERNALS) if (NOT ${CBM_XPU_DEV}) download_project_if_needed(PROJECT xpu GIT_REPOSITORY "https://github.com/fweig/xpu.git" - GIT_TAG "d142d9ac7135488925b5b94f36da22ec55d9271c" # v0.9.3 + GIT_TAG "593374ca55880e3d10e1688f9af3a778b409afd8" # v0.9.4 SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/xpu CONFIGURE_COMMAND "" BUILD_COMMAND "" -- GitLab