aboutsummaryrefslogtreecommitdiff
path: root/docs/source/development/cmake.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/development/cmake.rst')
-rw-r--r--docs/source/development/cmake.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/development/cmake.rst b/docs/source/development/cmake.rst
index 1429ae88..5a8ce624 100644
--- a/docs/source/development/cmake.rst
+++ b/docs/source/development/cmake.rst
@@ -1,10 +1,10 @@
.. _cmake:
********************************************************************************
-Using Proj.4 in CMake projects
+Using PROJ in CMake projects
********************************************************************************
-The recommended way to use the Proj.4 library in a CMake project is to
+The recommended way to use the PROJ library in a CMake project is to
link to the imported library target ``${PROJ4_LIBRARIES}`` provided by
the CMake configuration which comes with the library. Typical usage is: