Deactivate PROJ's test building in the Superbuild
Compare changes
@@ -28,7 +28,7 @@ ADDTO_DEPENDENCIES_IF_NOT_SYSTEM(PROJ SQLITE)
@@ -40,6 +40,7 @@ ExternalProject_Add(PROJ
By default the PROJ CMake configure has the PROJ_TESTS
option enabled, building PROJ tests. This MR disables this option.
Closes #2113 (closed)
SuperBuild/CMake/External_proj.cmake
: add option -DPROJ_TESTS:BOOL=OFF
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.
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