Commit 123ce04b authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Remove hack

No related merge requests found
Showing with 0 additions and 4 deletions
+0 -4
...@@ -108,10 +108,6 @@ include ( "${CMAKE_CURRENT_LIST_DIR}/sb_configure_options.cmake" ) ...@@ -108,10 +108,6 @@ 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