X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2ffc1537e7a7e37eaec4af81fd2176fc1ae69bce..157c3cccd1dd6b8d1e3dc3751e8324497c25c616:/module/CMakeLists.txt diff --git a/module/CMakeLists.txt b/module/CMakeLists.txt index 9684a817..01831f90 100644 --- a/module/CMakeLists.txt +++ b/module/CMakeLists.txt @@ -1,6 +1,6 @@ # just use the pgxs makefile -foreach(suffix ${PostgreSQL_ADDITIONAL_VERSIONS} "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()