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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Julien Cabieces
otb
Commits
d53d7060
Commit
d53d7060
authored
5 years ago
by
Guillaume Pernot
Browse files
Options
Downloads
Patches
Plain Diff
updated pcre and itk
parent
c213cb8d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SuperBuild/CMake/External_itk.cmake
+2
-2
2 additions, 2 deletions
SuperBuild/CMake/External_itk.cmake
SuperBuild/CMake/External_pcre.cmake
+2
-2
2 additions, 2 deletions
SuperBuild/CMake/External_pcre.cmake
with
4 additions
and
4 deletions
SuperBuild/CMake/External_itk.cmake
+
2
−
2
View file @
d53d7060
...
...
@@ -146,8 +146,8 @@ set(_SB_ITK_DIR ${SB_INSTALL_PREFIX}/lib/cmake/ITK-${SB_ITK_VERSION_MAJOR}.${SB_
ExternalProject_Add
(
ITK
PREFIX ITK
URL
"https://sourceforge.net/projects/itk/files/itk/4.13/InsightToolkit-4.13.
1
.tar.gz"
URL_MD5
c7e229802c4ee64e1b2a6d48b1df67e9
URL
"https://sourceforge.net/projects/itk/files/itk/4.13/InsightToolkit-4.13.
2
.tar.gz"
URL_MD5
1b6ae17dbd605d6c36564cc3d2cc1ee8
SOURCE_DIR
${
ITK_SB_SRC
}
BINARY_DIR
${
ITK_SB_BUILD_DIR
}
INSTALL_DIR
${
SB_INSTALL_PREFIX
}
...
...
This diff is collapsed.
Click to expand it.
SuperBuild/CMake/External_pcre.cmake
+
2
−
2
View file @
d53d7060
...
...
@@ -25,8 +25,8 @@ if(MSVC)
else
()
ExternalProject_Add
(
PCRE
PREFIX PCRE
URL
"http://
downloads.sourceforge.net/project/pcre
/pcre/
8.36/
pcre-8.
36
.tar.gz"
URL_MD5
ff7b4bb14e355f04885cf18ff4125c98
URL
"http
s
://
ftp.pcre.org/pub
/pcre/pcre-8.
44
.tar.gz"
URL_MD5
3bcd2441024d00009a5fee43f058987c
BINARY_DIR
${
PCRE_SB_BUILD_DIR
}
INSTALL_DIR
${
SB_INSTALL_PREFIX
}
DOWNLOAD_DIR
${
DOWNLOAD_LOCATION
}
...
...
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