Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Main Repositories
otb
Merge requests
!250
BUG: fix ITK version number for packaging
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
BUG: fix ITK version number for packaging
fix_itk_packaging
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Guillaume Pasero
requested to merge
fix_itk_packaging
into
develop
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Small typo in the declaration of ITK version, it causes a failing test during packaging.
2
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
b4d719f8
1 commit,
6 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
SuperBuild/CMake/External_itk.cmake
+
1
−
1
Options
@@ -143,7 +143,7 @@ endif()
#variables are later used in packaging
set
(
SB_ITK_VERSION_MAJOR
"4"
)
set
(
SB_ITK_VERSION_MINOR
"1
2
"
)
set
(
SB_ITK_VERSION_MINOR
"1
3
"
)
set
(
_SB_ITK_DIR
${
SB_INSTALL_PREFIX
}
/lib/cmake/ITK-
${
SB_ITK_VERSION_MAJOR
}
.
${
SB_ITK_VERSION_MINOR
}
)
Loading