From 88100dbe8402a05f2f0eb66ccb28101028c08f98 Mon Sep 17 00:00:00 2001 From: Xudong Sun Date: Fri, 29 Mar 2024 12:05:48 +0100 Subject: [PATCH] Update CMakeLists.txt change msgpack from 3.0.1 to 4.0.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a4e6cdb..240c61b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ externalproject_add( msgpack_project PREFIX msgpack GIT_REPOSITORY https://github.com/msgpack/msgpack-c - GIT_TAG cpp-3.0.1 + GIT_TAG cpp-4.0.3 CMAKE_ARGS -D CMAKE_CXX_STANDARD=11 -D CMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER} INSTALL_COMMAND "" )