aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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 4e09a4b3..8a062b10 100644
--- a/docs/source/install.rst
+++ b/docs/source/install.rst
@@ -234,6 +234,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
--------------------------------------------------------------------------------