We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd17511 commit 139818cCopy full SHA for 139818c
1 file changed
CMakeLists.txt
@@ -55,7 +55,7 @@ option(EXTERNAL_FMT "Do not use the bundled fmt" OFF)
55
set(MINIMUM_POSTGRESQL_SERVER_VERSION "9.3")
56
set(MINIMUM_POSTGRESQL_SERVER_VERSION_NUM "90300")
57
58
-set(PostgreSQL_ADDITIONAL_VERSIONS "9.3" "9.4" "9.5" "9.6" "10" "11" "12" "13")
+set(PostgreSQL_ADDITIONAL_VERSIONS "13" "12" "11" "10" "9.6" "9.5" "9.4" "9.3")
59
60
#############################################################
61
# Version
0 commit comments