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
f19f72ae
Commit
f19f72ae
authored
Jun 11, 2019
by
Cédric Traizet
Browse files
Merge branch 'upgrade_libkml_superbuild' into 'develop'
Update libkml link in Superbuild See merge request
!510
parents
38e4e896
638c25f7
Pipeline
#1726
passed with stages
in 5 minutes and 58 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CI/main_superbuild.cmake
View file @
f19f72ae
...
...
@@ -45,3 +45,4 @@ set( CTEST_ENVIRONMENT
# PROJ_LIB= PROJ_LIB
include
(
"
${
CMAKE_CURRENT_LIST_DIR
}
/main_ci.cmake"
)
CI/sb_configure_options.cmake
View file @
f19f72ae
...
...
@@ -24,8 +24,7 @@ set ( cmake_configure_option
CMAKE_INSTALL_PREFIX:PATH=
${
CTEST_INSTALL_DIRECTORY
}
"
)
set
(
temporary_option
"OTB_USE_LIBKML=OFF
OTB_USE_MPI=OFF"
)
"OTB_USE_MPI=OFF"
)
set
(
concat_options
"
${
cmake_configure_option
}
...
...
SuperBuild/CMake/External_libkml.cmake
View file @
f19f72ae
...
...
@@ -34,8 +34,8 @@ ADD_SUPERBUILD_CMAKE_VAR(LIBKML Boost_INCLUDE_DIR)
ExternalProject_Add
(
LIBKML
PREFIX LIBKML
URL
"http://ftp.de.debian.org/debian/pool/main/libk/libkml/libkml_1.3.0~r86
3
.orig.tar.gz"
URL_MD5
211ed5fdf2dd45aeb9c0abc8e1fe42be
URL
"http://ftp.de.debian.org/debian/pool/main/libk/libkml/libkml_1.3.0~r86
4+dfsg
.orig.tar.gz"
URL_MD5
487e3c8dd1ad03551e361ab6a1b4e083
BINARY_DIR
${
LIBKML_SB_BUILD_DIR
}
INSTALL_DIR
${
SB_INSTALL_PREFIX
}
DOWNLOAD_DIR
${
DOWNLOAD_LOCATION
}
...
...
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