X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ebe23d6882c467bcb0f3c0cd2f1d85e2557f2613..330b8d2fdfdd935da123abf9ecf96b3bc7a12be5:/module/CMakeLists.txt diff --git a/module/CMakeLists.txt b/module/CMakeLists.txt index c8594298..01831f90 100644 --- a/module/CMakeLists.txt +++ b/module/CMakeLists.txt @@ -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()