From 64e810b6a30daa2956a98ea3bcf265ff6e6d5f66 Mon Sep 17 00:00:00 2001
From: Antoine Regimbeau <antoine.regimbeau@c-s.fr>
Date: Fri, 12 Apr 2019 11:12:45 +0200
Subject: [PATCH] Revert "Remove hack"

This reverts commit 123ce04b0cf431847b7e90c8c4016e3d6d5abf5e.
---
 CI/main_superbuild.cmake | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CI/main_superbuild.cmake b/CI/main_superbuild.cmake
index 4f02ac3607..136a158890 100644
--- a/CI/main_superbuild.cmake
+++ b/CI/main_superbuild.cmake
@@ -108,6 +108,10 @@ include ( "${CMAKE_CURRENT_LIST_DIR}/sb_configure_options.cmake" )
 set ( CONFIGURE_OPTIONS  
   "${CONFIGURE_OPTIONS}-DCMAKE_PREFIX_PATH=${XDK_PATH};")
 
+# Hack because there is no more superbuild available (LIBKML)
+set ( CONFIGURE_OPTIONS  
+  "${CONFIGURE_OPTIONS}-DOTB_USE_LIBKML:BOOL=OFF;" )
+
 # FIX ME this part might platform dependent
 set( GDAL_DATA "${XDK_PATH}/share/gdal" )
 set( GEOTIFF_CSV "${XDK_PATH}/share/epsg_csv" )
-- 
GitLab