diff options
author | Pavel Cernohorsky <pavel@cernohorsky.name> | 2020-11-05 09:24:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-11-05 12:59:45 (GMT) |
commit | f3f09f1c96e8cbd614a7f22da4055f2f8b5aa55a (patch) | |
tree | b016faf90d0aba8f977f74604c213793ab4a7500 /Modules/FindPostgreSQL.cmake | |
parent | 39f32f12100a7f06f52cd53875b2a5729e9404a6 (diff) | |
download | CMake-f3f09f1c96e8cbd614a7f22da4055f2f8b5aa55a.zip CMake-f3f09f1c96e8cbd614a7f22da4055f2f8b5aa55a.tar.gz CMake-f3f09f1c96e8cbd614a7f22da4055f2f8b5aa55a.tar.bz2 |
FindPostgreSQL: support version 13
Diffstat (limited to 'Modules/FindPostgreSQL.cmake')
-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 |