File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ endif()
170170
171171include_directories (${CMAKE_CURRENT_SOURCE_DIR} /src ${CMAKE_CURRENT_BINARY_DIR} )
172172
173- find_package (Osmium 2.15.4 REQUIRED COMPONENTS io)
173+ find_package (Osmium 2.15.6 REQUIRED COMPONENTS io)
174174include_directories (SYSTEM ${OSMIUM_INCLUDE_DIRS} ${PROTOZERO_INCLUDE_DIR} ${FMT_INCLUDE_DIR} )
175175
176176if (WITH_LUA)
Original file line number Diff line number Diff line change @@ -203,10 +203,10 @@ Use `osm2pgsql --version` to verify that the build includes LuaJIT support:
203203
204204``` sh
205205./osm2pgsql --version
206- osm2pgsql version 0.96.0 (64 bit id space)
206+ osm2pgsql version 1.2.0
207207
208208Compiled using the following library versions:
209- Libosmium 2.15.0
209+ Libosmium 2.15.6
210210Lua 5.1.4 (LuaJIT 2.1.0-beta3)
211211```
212212
You can’t perform that action at this time.
0 commit comments