Skip to content
This repository has been archived by the owner on Apr 14, 2020. It is now read-only.

Commit

Permalink
Merge pull request #9 from pnorman/osmium_version
Browse files Browse the repository at this point in the history
Increase required osmium version to 2.7.0
  • Loading branch information
pnorman committed Mar 23, 2017
2 parents 7cba6a1 + 14a6e11 commit 3f4078a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -40,7 +40,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

include_directories(include)

find_package(Osmium 2.5.0 COMPONENTS io)
find_package(Osmium 2.7.0 COMPONENTS io)
include_directories(SYSTEM ${OSMIUM_INCLUDE_DIRS})

if(MSVC)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ all the pieces into linestrings for use in map renderers etc.

https://github.com/osmcode/libosmium
http://osmcode.org/libosmium
At least version 2.5.0 is needed.
At least version 2.7.0 is needed.

### zlib (for PBF support)

Expand Down

0 comments on commit 3f4078a

Please sign in to comment.