Skip to content
Snippets Groups Projects
Commit 72a7d233 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

contrib: update msgpack, use C++17

Change-Id: Ic7ce824e1c14f9a3dc45c24d48381cbf1b9d818e
parent 3d2506e4
No related branches found
No related tags found
No related merge requests found
...@@ -192,6 +192,7 @@ if(MSVC) ...@@ -192,6 +192,7 @@ if(MSVC)
"WEBRTC_WIN;" "WEBRTC_WIN;"
"WEBRTC_AUDIO_PROCESSING_ONLY_BUILD;" "WEBRTC_AUDIO_PROCESSING_ONLY_BUILD;"
"WEBRTC_NS_FLOAT;" "WEBRTC_NS_FLOAT;"
"MSGPACK_NO_BOOST;"
) )
endif() endif()
......
698fcdd5b427373997d0c89ff2cd09c44cf3b165defd381ff3cd9e14ecb83841064754a42aab99441a3b17aa26e3daec8f83e40d6d482c4b443b21b313278d14 msgpack-c-cpp-3.2.0.tar.gz 33ed87b23d776cadcc230666e6435088e402c5813e7e4dce5ce79c8c3aceba5a36db8f395278042c6ac44c474b33018ff1635889d8b20bc41c5f6f1d1c963cae msgpack-c-cpp-3.3.0.tar.gz
\ No newline at end of file \ No newline at end of file
{ {
"name": "msgpack-c", "name": "msgpack-c",
"version": "cpp-3.2.0", "version": "cpp-4.1.1",
"url": "https://github.com/msgpack/msgpack-c/archive/__VERSION__.tar.gz", "url": "https://github.com/msgpack/msgpack-c/archive/__VERSION__.tar.gz",
"use_cmake" : true, "use_cmake" : true,
"defines": [ "defines": [
"MSGPACK_CXX11=ON", "MSGPACK_USE_BOOST=OFF",
"MSGPACK_BUILD_EXAMPLES=OFF", "MSGPACK_CXX17=ON",
"MSGPACK_ENABLE_SHARED=OFF" "MSGPACK_BUILD_EXAMPLES=OFF"
] ]
} }
\ No newline at end of file
# MSGPACK # MSGPACK
MSGPACK_VERSION := cpp-3.2.0 MSGPACK_VERSION := cpp-3.3.0
MSGPACK_URL := https://github.com/msgpack/msgpack-c/archive/$(MSGPACK_VERSION).tar.gz MSGPACK_URL := https://github.com/msgpack/msgpack-c/archive/$(MSGPACK_VERSION).tar.gz
PKGS += msgpack PKGS += msgpack
...@@ -8,6 +8,7 @@ PKGS_FOUND += msgpack ...@@ -8,6 +8,7 @@ PKGS_FOUND += msgpack
endif endif
MSGPACK_CMAKECONF := -DMSGPACK_CXX17=ON \ MSGPACK_CMAKECONF := -DMSGPACK_CXX17=ON \
-DMSGPACK_CXX_ONLY=ON \
-DMSGPACK_BUILD_EXAMPLES=OFF \ -DMSGPACK_BUILD_EXAMPLES=OFF \
-DMSGPACK_ENABLE_SHARED=OFF \ -DMSGPACK_ENABLE_SHARED=OFF \
-DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_LIBDIR=lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment