Skip to content

Commit

Permalink
Require libosmium version 2.15.6 with important fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jun 27, 2020
1 parent 74ae8e9 commit 4d4a95d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Changed

* Require libosmium 2.15.6 which has an important fix related
to multipolygons assembly (needed for "osmium export").

### Fixed

## [1.12.0] - 2020-04-21
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
find_package(Boost 1.55.0 REQUIRED COMPONENTS program_options)
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})

find_package(Osmium 2.15.1 REQUIRED COMPONENTS io)
find_package(Osmium 2.15.6 REQUIRED COMPONENTS io)
include_directories(SYSTEM ${OSMIUM_INCLUDE_DIRS})


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ later are known to work. It also works on modern Visual Studio C++ compilers.

You also need the following libraries:

Libosmium (>= 2.15.2)
Libosmium (>= 2.15.6)
https://osmcode.org/libosmium
Debian/Ubuntu: libosmium2-dev
Fedora/CentOS: libosmium-devel
Expand Down

0 comments on commit 4d4a95d

Please sign in to comment.