Skip to content

Commit c9c1edd

Browse files
committed
CMake config: Also look for PostgresSQL versions 16 and 17
1 parent a62ab08 commit c9c1edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ endif()
6767
set(MINIMUM_POSTGRESQL_SERVER_VERSION "9.6")
6868
set(MINIMUM_POSTGRESQL_SERVER_VERSION_NUM "90600")
6969

70-
set(PostgreSQL_ADDITIONAL_VERSIONS "15" "14" "13" "12" "11" "10" "9.6")
70+
set(PostgreSQL_ADDITIONAL_VERSIONS "17" "16" "15" "14" "13" "12" "11" "10" "9.6")
7171

7272
#############################################################
7373
# Version

0 commit comments

Comments
 (0)