Skip to content

Commit

Permalink
Update msgpack to 7.0.0 in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Nov 7, 2024
1 parent 8dd15d1 commit 1547737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ else()
endif()

# Find and setup msgpack
find_package(msgpack-cxx 6.0.0 REQUIRED)
find_package(msgpack-cxx 7.0.0 REQUIRED)
if(msgpack-cxx_FOUND)
message(STATUS "Found msgpack-cxx ${msgpack-cxx_VERSION}")
else()
Expand Down

0 comments on commit 1547737

Please sign in to comment.