Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
35415e27
Commit
35415e27
authored
Feb 08, 2021
by
Laurențiu Nicola
Committed by
Cédric Traizet
Feb 15, 2021
Browse files
ENH: upgrade SuperBuild GDAL to 3.2.1
parent
3f2d0cb8
Changes
1
Show whitespace changes
Inline
Side-by-side
SuperBuild/CMake/External_gdal.cmake
View file @
35415e27
...
@@ -115,7 +115,7 @@ if(UNIX)
...
@@ -115,7 +115,7 @@ if(UNIX)
# For now gdal is built if Superbuild has find python... And only on UNIX
# For now gdal is built if Superbuild has find python... And only on UNIX
# That might be a problem
# That might be a problem
# User will not be able to override this...
# User will not be able to override this...
if
(
OTB_WRAP_PYTHON AND PYTHON_EXECUTABLE
)
if
(
OTB_WRAP_PYTHON AND PYTHON_EXECUTABLE
)
list
(
APPEND GDAL_CONFIGURE_COMMAND
"--with-python=
${
PYTHON_EXECUTABLE
}
"
)
list
(
APPEND GDAL_CONFIGURE_COMMAND
"--with-python=
${
PYTHON_EXECUTABLE
}
"
)
endif
()
endif
()
...
@@ -149,8 +149,8 @@ endif()
...
@@ -149,8 +149,8 @@ endif()
ExternalProject_Add
(
GDAL
ExternalProject_Add
(
GDAL
PREFIX GDAL
PREFIX GDAL
URL
"http://download.osgeo.org/gdal/3.
1.0
/gdal-3.
1.0
.tar.
g
z"
URL
"http
s
://download.osgeo.org/gdal/3.
2.1
/gdal-3.
2.1
.tar.
x
z"
URL_MD5
bda0f002cd63b51c8d2f1b1400daffa9
URL_MD5
cf7fe042403e73ad991aa5797247b586
SOURCE_DIR
${
GDAL_SB_SRC
}
SOURCE_DIR
${
GDAL_SB_SRC
}
BINARY_DIR
${
GDAL_SB_SRC
}
BINARY_DIR
${
GDAL_SB_SRC
}
INSTALL_DIR
${
SB_INSTALL_PREFIX
}
INSTALL_DIR
${
SB_INSTALL_PREFIX
}
...
...
Write
Preview
Supports
Markdown
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