Skip to content

Commit

Permalink
lib: msgpack: upgrade from v2.1.3 to v3.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Sep 13, 2018
1 parent 40a5359 commit 4ea31de
Show file tree
Hide file tree
Showing 766 changed files with 7,227 additions and 1,380 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ include_directories(
lib/
lib/flb_libco
lib/sha1
lib/msgpack-2.1.3/include
lib/msgpack-3.1.1/include
lib/LuaJIT-2.1.0-beta3/src/
${MONKEY_INCLUDE_DIR}
)
Expand All @@ -211,7 +211,7 @@ option(MSGPACK_ENABLE_CXX OFF)
option(MSGPACK_ENABLE_SHARED OFF)
option(MSGPACK_BUILD_TESTS OFF)
option(MSGPACK_BUILD_EXAMPLES OFF)
add_subdirectory(lib/msgpack-2.1.3 EXCLUDE_FROM_ALL)
add_subdirectory(lib/msgpack-3.1.1 EXCLUDE_FROM_ALL)

# Lib: build the core libraries used by Fluent-Bit
FLB_DEFINITION(JSMN_PARENT_LINKS)
Expand Down
Loading

0 comments on commit 4ea31de

Please sign in to comment.