Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
otb
otb
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 298
    • Issues 298
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 14
    • Merge Requests 14
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Main Repositories
  • otbotb
  • Merge Requests
  • !764

Merged
Opened Oct 15, 2020 by Julien Osman@julienosmanDeveloper

Deactivate PROJ's test building in the Superbuild

  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 1

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
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: orfeotoolbox/otb!764
Source branch: 2113-PROJ_TEST