X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f0372736aaeb9ae4ff26a9fc2a3b813572a6de46..ebe23d6882c467bcb0f3c0cd2f1d85e2557f2613:/module/CMakeLists.txt?ds=inline diff --git a/module/CMakeLists.txt b/module/CMakeLists.txt index 6aef6a5a..c8594298 100644 --- a/module/CMakeLists.txt +++ b/module/CMakeLists.txt @@ -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()