Commit 64e810b6 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Revert "Remove hack"

This reverts commit 123ce04b.
No related merge requests found
Showing with 4 additions and 0 deletions
+4 -0
...@@ -108,6 +108,10 @@ include ( "${CMAKE_CURRENT_LIST_DIR}/sb_configure_options.cmake" ) ...@@ -108,6 +108,10 @@ include ( "${CMAKE_CURRENT_LIST_DIR}/sb_configure_options.cmake" )
set ( CONFIGURE_OPTIONS set ( CONFIGURE_OPTIONS
"${CONFIGURE_OPTIONS}-DCMAKE_PREFIX_PATH=${XDK_PATH};") "${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 # FIX ME this part might platform dependent
set( GDAL_DATA "${XDK_PATH}/share/gdal" ) set( GDAL_DATA "${XDK_PATH}/share/gdal" )
set( GEOTIFF_CSV "${XDK_PATH}/share/epsg_csv" ) set( GEOTIFF_CSV "${XDK_PATH}/share/epsg_csv" )
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment