]> git.openstreetmap.org Git - nominatim.git/blobdiff - module/CMakeLists.txt
fix compilation of PG module for PostgreSQL 16
[nominatim.git] / module / CMakeLists.txt
index c85942982fd955b26962f423000accffe3d33958..01831f90739751cc15ed0331173a8db7338da63c 100644 (file)
@@ -1,6 +1,6 @@
 # just use the pgxs makefile
 
-foreach(suffix ${PostgreSQL_ADDITIONAL_VERSIONS} "15" "14" "13" "12" "11" "10" "9.6")
+foreach(suffix ${PostgreSQL_ADDITIONAL_VERSIONS} "16" "15" "14" "13" "12" "11" "10" "9.6")
     list(APPEND PG_CONFIG_HINTS
          "/usr/pgsql-${suffix}/bin")
 endforeach()