Skip to content

Commit

Permalink
build(deps): Raise Robin-map minimum to 1.2.0 (#4287)
Browse files Browse the repository at this point in the history
Fixes #4050

Signed-off-by: Larry Gritz <lg@larrygritz.com>
  • Loading branch information
lgritz authored Jun 13, 2024
1 parent e575f3b commit 8acc6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake/externalpackages.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ endif ()

# Tessil/robin-map
checked_find_package (Robinmap REQUIRED
VERSION_MIN 0.6.2
VERSION_MIN 1.2.0
BUILD_LOCAL missing
)

Expand Down

0 comments on commit 8acc6bf

Please sign in to comment.