Skip to content

Commit fde0577

Browse files
committed
Update required libosmium version
1 parent 2dfd7d0 commit fde0577

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ endif()
170170

171171
include_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)
174174
include_directories(SYSTEM ${OSMIUM_INCLUDE_DIRS} ${PROTOZERO_INCLUDE_DIR} ${FMT_INCLUDE_DIR})
175175

176176
if (WITH_LUA)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

208208
Compiled using the following library versions:
209-
Libosmium 2.15.0
209+
Libosmium 2.15.6
210210
Lua 5.1.4 (LuaJIT 2.1.0-beta3)
211211
```
212212

0 commit comments

Comments
 (0)