]> git.openstreetmap.org Git - nominatim.git/blobdiff - module/CMakeLists.txt
flex: simplify name handling
[nominatim.git] / module / CMakeLists.txt
index 6aef6a5acfb12ad4d9bfc3f664f55701c21ef266..c85942982fd955b26962f423000accffe3d33958 100644 (file)
@@ -1,6 +1,6 @@
 # just use the pgxs makefile
 
-foreach(suffix ${PostgreSQL_ADDITIONAL_VERSIONS} "13" "12" "11" "10" "9.6" "9.5" "9.4" "9.3")
+foreach(suffix ${PostgreSQL_ADDITIONAL_VERSIONS} "15" "14" "13" "12" "11" "10" "9.6")
     list(APPEND PG_CONFIG_HINTS
          "/usr/pgsql-${suffix}/bin")
 endforeach()