Skip to content

Commit a5ea6a1

Browse files
committed
explicitly set osmium version
Newer Cmake versions no longer seem to do that automatically.
1 parent 54cb503 commit a5ea6a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmake/FindOsmium.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ if(Osmium_FIND_VERSION)
7373
endif()
7474

7575
set(OSMIUM_INCLUDE_DIRS "${OSMIUM_INCLUDE_DIR}")
76+
set(OSMIUM_VERSION "${_libosmium_version}")
7677

7778
#----------------------------------------------------------------------
7879
#

0 commit comments

Comments
 (0)