diff options
author | Brad King <brad.king@kitware.com> | 2018-10-30 15:24:32 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-10-31 13:33:56 (GMT) |
commit | 09e36f9978609eb7efda101590ba685df850f5c8 (patch) | |
tree | 381a6d3cbbd668de6c1183d08cdcd4f0bd4a8801 | |
parent | 76d826fffbce5e4333d16525e60b3b929657b08b (diff) | |
parent | eea851bc2e0607262cd3b3ec58fff4522728e1a4 (diff) | |
download | CMake-09e36f9978609eb7efda101590ba685df850f5c8.zip CMake-09e36f9978609eb7efda101590ba685df850f5c8.tar.gz CMake-09e36f9978609eb7efda101590ba685df850f5c8.tar.bz2 |
Merge branch 'FindPostgreSQL-11' into release-3.13
Merge-request: !2547
-rw-r--r-- | Modules/FindPostgreSQL.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindPostgreSQL.cmake b/Modules/FindPostgreSQL.cmake index 3f6fa6c..c044ab3 100644 --- a/Modules/FindPostgreSQL.cmake +++ b/Modules/FindPostgreSQL.cmake @@ -27,7 +27,7 @@ # 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: -# "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" +# "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") @@ -71,7 +71,7 @@ set(PostgreSQL_ROOT_DIR_MESSAGE "Set the PostgreSQL_ROOT system variable to wher set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS} - "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") + "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 |