Skip to content

Commit

Permalink
Search for protozero also in the place where libosmium was found.
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Nov 11, 2016
1 parent 9c0d4bb commit 6addb2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/FindOsmium.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ if(Osmium_USE_PBF)
find_path(PROTOZERO_INCLUDE_DIR protozero/version.hpp
PATH_SUFFIXES include
PATHS ${_osmium_include_path}
${OSMIUM_INCLUDE_DIR}
)
if(PROTOZERO_INCLUDE_DIR)
message(STATUS "Looking for protozero - found")
Expand Down

0 comments on commit 6addb2e

Please sign in to comment.