Skip to content
Snippets Groups Projects
Commit a0755a85 authored by Felix Weiglhofer's avatar Felix Weiglhofer
Browse files

external: Bump xpu version.

New version includes fixes for #3023.
parent 29e82034
No related branches found
No related tags found
Loading
Checking pipeline status
......@@ -51,13 +51,13 @@ if(DOWNLOAD_EXTERNALS)
option(CBM_XPU_DEV "Use the development version of xpu." OFF)
if (NOT ${CBM_XPU_DEV})
download_project_if_needed(PROJECT xpu
GIT_REPOSITORY "https://github.com/fweig/xpu.git"
GIT_TAG "bef33a10894cbd56ea1f9880bf49cb43ae87a407" # 23-10-12
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/xpu
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
download_project_if_needed(PROJECT xpu
GIT_REPOSITORY "https://github.com/fweig/xpu.git"
GIT_TAG "baa489ed053860717156b3eea21975d70ba8edee" # 23-10-31
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/xpu
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
INSTALL_COMMAND ""
)
Add_Subdirectory(xpu)
Set(XPU_INCLUDE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/xpu/src PARENT_SCOPE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment