diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2022-02-06 13:18:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-06 13:18:01 +0100 |
| commit | bcc0013d3c8456a667c25c713f6a494c43ca0eac (patch) | |
| tree | 8bd61435ff4a81d22e22d8f35306849b2a0140db /docs/source/resource_files.rst | |
| parent | 0139d8c59f7ed135b03855f549d44a3801c42aa1 (diff) | |
| parent | 203f90d3176dbfa9a31b57bfcd1f06b68ff3c528 (diff) | |
| download | PROJ-bcc0013d3c8456a667c25c713f6a494c43ca0eac.tar.gz PROJ-bcc0013d3c8456a667c25c713f6a494c43ca0eac.zip | |
Merge pull request #3036 from mwtoews/rfc-7-docs
DOC: remove content for Autotools; assume CMake only
Diffstat (limited to 'docs/source/resource_files.rst')
| -rw-r--r-- | docs/source/resource_files.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/source/resource_files.rst b/docs/source/resource_files.rst index 06ba77ff..cd2d7d3f 100644 --- a/docs/source/resource_files.rst +++ b/docs/source/resource_files.rst @@ -61,10 +61,11 @@ The following paths are checked in order: that since this is a hard-wired path setting, it only works if the whole PROJ installation is not moved somewhere else. - .. note:: if PROJ is built with the ``PROJ_LIB_ENV_VAR_TRIED_LAST`` CMake option / - ``--enable-proj-lib-env-var-tried-last`` configure switch, then this - hard-wired path will be tried before looking at the environment - variable :envvar:`PROJ_LIB`. + .. note:: + + If PROJ is built with the ``PROJ_LIB_ENV_VAR_TRIED_LAST`` CMake option + then this hard-wired path will be tried before looking at the environment + variable :envvar:`PROJ_LIB`. - The current directory |
