Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
iMSTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ben Boeckel
iMSTK
Commits
b9adc6c3
Commit
b9adc6c3
authored
3 years ago
by
Harald Scheirich
Browse files
Options
Downloads
Patches
Plain Diff
BUG: Fix iMSKT data checkout
(cherry picked from commit
b5208e8f
) (cherry picked from commit
a8e3e4e0
)
parent
549cc8a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMake/External/External_iMSTKData.cmake
+4
-3
4 additions, 3 deletions
CMake/External/External_iMSTKData.cmake
with
4 additions
and
3 deletions
CMake/External/External_iMSTKData.cmake
+
4
−
3
View file @
b9adc6c3
...
...
@@ -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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment