Fix debian build
- Feb 07, 2020
-
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Cédric Traizet authored
-
- Feb 06, 2020
-
-
Cédric Traizet authored
-
Cédric Traizet authored
-
Attempt to fix the debian build
The bugs come from the upgrade to gdal 3.0.4
This MR add a missing baseline (same projection, different wkt)
I removed the call to GDALDestroy() in the destructor of GDALDriverManagerWrapper(), calling this method here might be the cause of the crash of bfTvPolygonizationRasterization_SensorModel
. This is a test. I don't think we should remove the call to GDALDestroy (?), but maybe this is not the place to do it
The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.
Check before merging:
git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i
on latest changes and commit