Skip to content
Snippets Groups Projects
Commit f19f72ae authored by Cédric Traizet's avatar Cédric Traizet
Browse files

Merge branch 'upgrade_libkml_superbuild' into 'develop'

Update libkml link in Superbuild

See merge request orfeotoolbox/otb!510
parents 38e4e896 638c25f7
Branches
Tags
No related merge requests found
......@@ -45,3 +45,4 @@ set( CTEST_ENVIRONMENT
# PROJ_LIB= PROJ_LIB
include( "${CMAKE_CURRENT_LIST_DIR}/main_ci.cmake" )
......@@ -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}
......
......@@ -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~r863.orig.tar.gz"
URL_MD5 211ed5fdf2dd45aeb9c0abc8e1fe42be
URL "http://ftp.de.debian.org/debian/pool/main/libk/libkml/libkml_1.3.0~r864+dfsg.orig.tar.gz"
URL_MD5 487e3c8dd1ad03551e361ab6a1b4e083
BINARY_DIR ${LIBKML_SB_BUILD_DIR}
INSTALL_DIR ${SB_INSTALL_PREFIX}
DOWNLOAD_DIR ${DOWNLOAD_LOCATION}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment