diff options
author | Kai Pastor <dg0yt@darc.de> | 2022-03-17 06:48:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-03-17 13:41:57 (GMT) |
commit | fcc0119af0e005eb6fa00d8f1e893dc785c191c8 (patch) | |
tree | 0e3979259fa68fe648f2972d58f1f2cda77232d6 | |
parent | daf9a5cfad639eadca690fded7547e87e581f82f (diff) | |
download | CMake-fcc0119af0e005eb6fa00d8f1e893dc785c191c8.zip CMake-fcc0119af0e005eb6fa00d8f1e893dc785c191c8.tar.gz CMake-fcc0119af0e005eb6fa00d8f1e893dc785c191c8.tar.bz2 |
FindPostgreSQL: Update known versions in documentation
-rw-r--r-- | Modules/FindPostgreSQL.cmake | 2 |
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") |