diff options
author | Brad King <brad.king@kitware.com> | 2018-01-09 14:45:41 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-01-09 14:45:45 (GMT) |
commit | ce629c5ddeb7d4a87ac287c293fb164099812ca2 (patch) | |
tree | e8de20e70ebd7a7c7bf1d0fe97ad9e3cb1c77553 /Modules/FindPostgreSQL.cmake | |
parent | ae89a6e110badd54c1aa8a2957f15e260224c7df (diff) | |
parent | 9417a6d322fbb94dddd3217abd02358dab21689c (diff) | |
download | CMake-ce629c5ddeb7d4a87ac287c293fb164099812ca2.zip CMake-ce629c5ddeb7d4a87ac287c293fb164099812ca2.tar.gz CMake-ce629c5ddeb7d4a87ac287c293fb164099812ca2.tar.bz2 |
Merge topic 'FindPostgres_support_for_v10'
9417a6d3 FindPostgreSQL: Add support for PG10
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1635
Diffstat (limited to 'Modules/FindPostgreSQL.cmake')
-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 7964917..3f6fa6c 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: -# "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0" +# "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} - "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0") + "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 |