aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2020-01-24 20:56:29 +1300
committerGitHub <noreply@github.com>2020-01-24 20:56:29 +1300
commite16a24ab397142ce23fe1e8824fce624fe5fdb42 (patch)
treed499d8c72efc6253c1f3760c5fc6b2720f84b975 /docs
parentdf4f78a8c1ea3c08f0b32c061b38b40c4a2d9f60 (diff)
parent43dc8c575275d60ac0455e3a9110d813d5348ec4 (diff)
downloadPROJ-e16a24ab397142ce23fe1e8824fce624fe5fdb42.tar.gz
PROJ-e16a24ab397142ce23fe1e8824fce624fe5fdb42.zip
Merge pull request #1870 from mwtoews/build-testing
CMake: replace PROJ_TESTS with CTest's BUILD_TESTING option
Diffstat (limited to 'docs')
-rw-r--r--docs/source/install.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/install.rst b/docs/source/install.rst
index 9362521b..bda3c1fa 100644
--- a/docs/source/install.rst
+++ b/docs/source/install.rst
@@ -240,6 +240,10 @@ Tests are run with::
The test suite requires that the proj-datumgrid package is installed
in :envvar:`PROJ_LIB`.
+If tests are not required, PROJ can be built without the test suite using the following configuration::
+
+ cmake -DBUILD_TESTING=OFF ..
+
Building on Windows with vcpkg and Visual Studio 2017 or 2019
--------------------------------------------------------------------------------