diff options
author | Tamar Kranenburg <info@takar.nl> | 2016-09-18 10:10:50 (GMT) |
---|---|---|
committer | Rolf Eike Beer <eike@sf-mail.de> | 2016-09-18 14:39:18 (GMT) |
commit | 84039a6aa2b1bbc606dbb8bbccf956296a2c153b (patch) | |
tree | ff33ee2669395d98190151c26e09730ad643cd34 /Modules/FindPostgreSQL.cmake | |
parent | ca504042d1e28bfafa100d1be825928640cca7f6 (diff) | |
download | CMake-84039a6aa2b1bbc606dbb8bbccf956296a2c153b.zip CMake-84039a6aa2b1bbc606dbb8bbccf956296a2c153b.tar.gz CMake-84039a6aa2b1bbc606dbb8bbccf956296a2c153b.tar.bz2 |
FindPostgreSQL: Correct comment about known postgres versions
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 32a3f0a..b92f785 100644 --- a/Modules/FindPostgreSQL.cmake +++ b/Modules/FindPostgreSQL.cmake @@ -37,7 +37,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.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0" +# "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") |