aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2022-02-07 23:43:51 +0100
committerEven Rouault <even.rouault@spatialys.com>2022-02-07 23:43:51 +0100
commit0fd9cfb56eee25aa6ca4aa6148cd7af1ae996175 (patch)
treec49ad2fbdfa06a7a37caf565fd00667875a493f9 /docs
parent7f0ac75ac58794bb92b88f928d16c5053c0ce3e0 (diff)
downloadPROJ-0fd9cfb56eee25aa6ca4aa6148cd7af1ae996175.tar.gz
PROJ-0fd9cfb56eee25aa6ca4aa6148cd7af1ae996175.zip
CMake: make BUILD_SHARED_LIBS=ON the default even on Windows
Diffstat (limited to 'docs')
-rw-r--r--docs/source/install.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/install.rst b/docs/source/install.rst
index 107fe437..17d31488 100644
--- a/docs/source/install.rst
+++ b/docs/source/install.rst
@@ -258,14 +258,15 @@ All cached entries can be viewed using ``cmake -LAH`` from a build directory.
.. option:: BUILD_SHARED_LIBS
- Build PROJ library shared. Default for Windows is OFF, building only
- a static library. Default for all others is ON. See also the CMake
+ Build PROJ library shared. Default is ON. See also the CMake
documentation for `BUILD_SHARED_LIBS
<https://cmake.org/cmake/help/v3.9/variable/BUILD_SHARED_LIBS.html>`_.
.. versionchanged:: 7.0
Renamed from ``BUILD_LIBPROJ_SHARED``
+ .. note:: before PROJ 9.0, the default was OFF for Windows builds.
+
.. option:: BUILD_TESTING=ON
CTest option to build the testing tree, which also downloads and installs