summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-03-17 15:03:36 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-03-17 15:04:00 (GMT)
commit8fb43af04a7898b40986fa6cdbb6685d50121a8f (patch)
tree0ee73942a89a4f0dada6b8bf23a6dd4e4d6945f3 /Modules
parente675e0bb135fc5af3144a817bdf5b51388033757 (diff)
parentfcc0119af0e005eb6fa00d8f1e893dc785c191c8 (diff)
downloadCMake-8fb43af04a7898b40986fa6cdbb6685d50121a8f.zip
CMake-8fb43af04a7898b40986fa6cdbb6685d50121a8f.tar.gz
CMake-8fb43af04a7898b40986fa6cdbb6685d50121a8f.tar.bz2
Merge topic 'FindPostgreSQL-doc-versions'
fcc0119af0 FindPostgreSQL: Update known versions in documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !7080
Diffstat (limited to 'Modules')
-rw-r--r--Modules/FindPostgreSQL.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPostgreSQL.cmake b/Modules/FindPostgreSQL.cmake
index 147071a..25c5c09 100644
--- a/Modules/FindPostgreSQL.cmake
+++ b/Modules/FindPostgreSQL.cmake
@@ -53,7 +53,7 @@ is set regardless of the presence of the ``Server`` component in find_package ca
# In Windows the default installation of PostgreSQL uses that as part of the path.
# E.g C:\Program Files\PostgreSQL\8.4.
# Currently, the following version numbers are known to this module:
-# "11" "10" "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0"
+# "13" "12" "11" "10" "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0"
#
# To use this variable just do something like this:
# set(PostgreSQL_ADDITIONAL_VERSIONS "9.2" "8.4.4")