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

Merge branch 'fix/remove-git-command' into 'master'

BUG: remove git command to update lfs

See merge request iMSTK/iMSTK!678
parents cbf001bb a1c4ff59
No related branches found
No related tags found
No related merge requests found
......@@ -15,15 +15,6 @@ set(copy_data_command
${CMAKE_INSTALL_PREFIX}/data
)
# HS - Due to an issue where it seems that the repository does not get updated
# we need to call fetch here to refresh the index, this way the checkout can
# succeed for the add_external_project call
execute_process(
COMMAND ${GIT_EXECUTABLE} fetch --all
WORKING_DIRECTORY ${iMSTKData_PREFIX}/src
RESULT_VARIABLE error_code
)
include(imstkAddExternalProject)
imstk_add_external_project( iMSTKData
GIT_REPOSITORY "https://gitlab.kitware.com/iMSTK/imstk-data.git"
......
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