diff options
author | Brad King <brad.king@kitware.com> | 2020-11-06 12:55:40 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-11-06 12:55:48 (GMT) |
commit | b065b1ad09a8f191546bfeef517348e2339303be (patch) | |
tree | be7b4890ec39fe21ca742ba63b4f4ce126e005b1 /Modules | |
parent | 2b2ca47edaf9c39f60471420c7e84a38584d4bc9 (diff) | |
parent | f3f09f1c96e8cbd614a7f22da4055f2f8b5aa55a (diff) | |
download | CMake-b065b1ad09a8f191546bfeef517348e2339303be.zip CMake-b065b1ad09a8f191546bfeef517348e2339303be.tar.gz CMake-b065b1ad09a8f191546bfeef517348e2339303be.tar.bz2 |
Merge topic 'FindPostgreSQL-13'
f3f09f1c96 FindPostgreSQL: support version 13
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5468
Diffstat (limited to 'Modules')
-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 1927aa4..1970b26 100644 --- a/Modules/FindPostgreSQL.cmake +++ b/Modules/FindPostgreSQL.cmake @@ -87,7 +87,7 @@ set(PostgreSQL_ROOT_DIR_MESSAGE "Set the PostgreSQL_ROOT system variable to wher set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS} - "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") + "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") # Define additional search paths for root directories. set( PostgreSQL_ROOT_DIRECTORIES |