Skip to content

Commit

Permalink
chore: disable osmium version check
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Vesa committed Aug 19, 2020
1 parent df304d1 commit fbdec40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ enable_testing()
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/")
set(EXECUTABLE_OUTPUT_PATH "${CMAKE_SOURCE_DIR}/build")

find_package(Osmium 2.15 REQUIRED COMPONENTS pbf xml io)
find_package(Osmium REQUIRED COMPONENTS pbf xml io)

find_package(OpenMP)
if (OPENMP_FOUND)
Expand Down

0 comments on commit fbdec40

Please sign in to comment.