Skip to content
Snippets Groups Projects
Commit b9adc6c3 authored by Harald Scheirich's avatar Harald Scheirich
Browse files

BUG: Fix iMSKT data checkout

(cherry picked from commit b5208e8f)
(cherry picked from commit a8e3e4e0)
parent 549cc8a3
No related branches found
No related tags found
No related merge requests found
......@@ -16,13 +16,14 @@ set(copy_data_command
)
include(imstkAddExternalProject)
set(GIT_SHA "14824e3d53328ed6be481981959780f32881030b")
set(DATA_URL "https://gitlab.kitware.com/iMSTK/imstk-data/-/archive/${GIT_SHA}/imstk-data-${GIT_SHA}.zip")
imstk_add_external_project( iMSTKData
GIT_REPOSITORY "https://gitlab.kitware.com/iMSTK/imstk-data.git"
GIT_TAG "14824e3d53328ed6be481981959780f32881030b"
URL ${DATA_URL}
CONFIGURE_COMMAND ${SKIP_STEP_COMMAND}
BUILD_COMMAND ${SKIP_STEP_COMMAND}
INSTALL_COMMAND COMMAND ${copy_data_command}
DEPENDENCIES ""
#VERBOSE
)
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