Skip to content

Commit

Permalink
Fix finding msgpack 6+
Browse files Browse the repository at this point in the history
`libmsgpackc` was renamed to `libmsgpack-c` in 6.0.0. See
msgpack/msgpack-c#1053.
  • Loading branch information
carlocab authored and equalsraf committed Mar 16, 2023
1 parent 0dfa20e commit c6ae970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindMsgpack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ find_path(MSGPACK_INCLUDE_DIR
)

find_library(MSGPACK_LIBRARY
NAMES msgpack msgpackc libmsgpack.a libmsgpackc.a
NAMES msgpack-c msgpack msgpackc libmsgpack.a libmsgpackc.a
)

mark_as_advanced(MSGPACK_INCLUDE_DIR MSGPACK_LIBRARY)
Expand Down

0 comments on commit c6ae970

Please sign in to comment.