Skip to content
Snippets Groups Projects
Commit 2f935010 authored by Administrator's avatar Administrator
Browse files

Use commit hash instead of version tag

When using the commit hash it is possible to check if a download is really
needed. Only in the case the hash has changed the external project command is
executed.
parent f694bbaf
No related branches found
No related tags found
1 merge request!933Add GSL as external dependency
Pipeline #18606 passed
......@@ -24,7 +24,7 @@ if(DOWNLOAD_EXTERNALS)
download_project_if_needed(PROJECT gsl
GIT_REPOSITORY "https://github.com/microsoft/GSL.git"
GIT_TAG "v4.0.0"
GIT_TAG "a3534567187d2edc428efd3f13466ff75fe5805c"
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/GSL
)
set(GSL_INCLUDE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/GSL/include PARENT_SCOPE)
......@@ -44,7 +44,7 @@ if(DOWNLOAD_EXTERNALS)
download_project_if_needed(PROJECT xpu
GIT_REPOSITORY "https://github.com/fweig/xpu"
GIT_TAG "v0.7.2"
GIT_TAG "00fd050b65d5798800517710fbc241c062acd927"
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/xpu
CONFIGURE_COMMAND ""
BUILD_COMMAND ""
......
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