Skip to content

Commit

Permalink
cmake: support alternative names for the msgpack C library
Browse files Browse the repository at this point in the history
Fixes #73
  • Loading branch information
Jean Guyomarc'h committed Aug 26, 2023
1 parent 28ac041 commit 7c5dca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindMsgPack.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
find_package(PkgConfig REQUIRED)
pkg_search_module(MSGPACK QUIET msgpack)
pkg_search_module(MSGPACK QUIET msgpack-c msgpack)

# No pkg-config was shipped? Hope for the best by trying to find where the
# damn thing is located. That's our last resort.
Expand Down

0 comments on commit 7c5dca5

Please sign in to comment.