Skip to content

Deactivate PROJ's test building in the Superbuild

Julien Osman requested to merge 2113-PROJ_TEST into develop

Summary

By default the PROJ CMake configure has the PROJ_TESTS option enabled, building PROJ tests. This MR disables this option.

Rationale

Closes #2113 (closed)

Implementation Details

Classes and files
  • SuperBuild/CMake/External_proj.cmake : add option -DPROJ_TESTS:BOOL=OFF

Additional notes

Starting with PROJ 7.0, the PROJ_TESTS option has been renamed into BUILD_TESTING. For now, we use PROJ 6.2. But the day we update to PROJ 7+, we will need to update this file.

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

Merge request reports