Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
9d34628c
Commit
9d34628c
authored
Apr 21, 2015
by
Manuel Grizonnet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: upgrade gdal to 1.11.2 and openjpeg to 2.1
parent
207cc316
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
SuperBuild/CMake/External_gdal.cmake
SuperBuild/CMake/External_gdal.cmake
+2
-2
SuperBuild/CMake/External_openjpeg.cmake
SuperBuild/CMake/External_openjpeg.cmake
+2
-2
No files found.
SuperBuild/CMake/External_gdal.cmake
View file @
9d34628c
...
...
@@ -49,8 +49,8 @@ else()
ExternalProject_Add
(
${
proj
}
PREFIX
${
proj
}
URL
"http://download.osgeo.org/gdal/1.11.
0
/gdal-1.11.
0
.tar.gz"
URL_MD5
9fdf0f2371a3e9863d83e69951c71ec4
URL
"http://download.osgeo.org/gdal/1.11.
2
/gdal-1.11.
2
.tar.gz"
URL_MD5
866a46f72b1feadd60310206439c1a76
BINARY_DIR
${
GDAL_SB_BUILD_DIR
}
INSTALL_DIR
${
SB_INSTALL_PREFIX
}
DOWNLOAD_DIR
${
DOWNLOAD_LOCATION
}
...
...
SuperBuild/CMake/External_openjpeg.cmake
View file @
9d34628c
...
...
@@ -31,8 +31,8 @@ else()
ExternalProject_Add
(
${
proj
}
PREFIX
${
proj
}
URL
"http://sourceforge.net/projects/openjpeg.mirror/files/2.
0
.0/openjpeg-2.
0
.0.tar.gz/download"
URL_MD5
d9be274bddc0f47f268e484bdcaaa6c5
URL
"http://sourceforge.net/projects/openjpeg.mirror/files/2.
1
.0/openjpeg-2.
1
.0.tar.gz/download"
URL_MD5
f6419fcc233df84f9a81eb36633c6db6
BINARY_DIR
${
OPENJPEG_SB_BUILD_DIR
}
INSTALL_DIR
${
SB_INSTALL_PREFIX
}
DOWNLOAD_DIR
${
DOWNLOAD_LOCATION
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment