Skip to content

Commit

Permalink
CMake config: Also look for PostgresSQL versions 16 and 17
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Sep 16, 2024
1 parent a62ab08 commit c9c1edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ endif()
set(MINIMUM_POSTGRESQL_SERVER_VERSION "9.6")
set(MINIMUM_POSTGRESQL_SERVER_VERSION_NUM "90600")

set(PostgreSQL_ADDITIONAL_VERSIONS "15" "14" "13" "12" "11" "10" "9.6")
set(PostgreSQL_ADDITIONAL_VERSIONS "17" "16" "15" "14" "13" "12" "11" "10" "9.6")

#############################################################
# Version
Expand Down

0 comments on commit c9c1edd

Please sign in to comment.