Fix debian build
Summary
Attempt to fix the debian build
Rationale
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
Copyright
The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.
Check before merging:
- All discussions are resolved
- At least 2
👍 votes from core developers, no👎 vote. - The feature branch is (reasonably) up-to-date with the base branch
- Dashboard is green
- Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
- Optionally, run
git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i
on latest changes and commit
Edited by Cédric Traizet