Upgrade GDAL version in the superbuild to 2.4.1
see associated issue.
We are not calling GDALDestroyDriverManager
but GDALDestroy
instead. That is why we added a patch in GDAL, so that the OGRCleanupAll
calls GDALDestroy
too.
The CMake function try_run
does not automatically passe the compilation flags. So we need to add it manually, that is why we added a new macro for c compilation (without those flags).
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