Skip to content

Commit

Permalink
chore: remove bundled msgpack
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad0 committed Oct 16, 2023
1 parent 09a1467 commit 2977d11
Show file tree
Hide file tree
Showing 854 changed files with 15 additions and 119,633 deletions.
15 changes: 15 additions & 0 deletions barretenberg/cpp/cmake/msgpack.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
include(ExternalProject)

# External project: Download msgpack-c from GitHub
set(MSGPACK_PREFIX "${CMAKE_BINARY_DIR}/_deps/msgpack-c/src/msgpack-c")

ExternalProject_Add(
msgpack-c
PREFIX ${MSGPACK_PREFIX}
GIT_REPOSITORY "https://github.com/AztecProtocol/msgpack-c.git"
GIT_TAG af447c28f0bafe761290a72754212436e530941b
CONFIGURE_COMMAND "" # No configure step
BUILD_COMMAND "" # No build step
INSTALL_COMMAND "" # No install step
UPDATE_COMMAND "" # No update step
)
72 changes: 0 additions & 72 deletions barretenberg/cpp/src/msgpack-c/.github/depends/boost.sh

This file was deleted.

51 changes: 0 additions & 51 deletions barretenberg/cpp/src/msgpack-c/.github/depends/zlib.sh

This file was deleted.

74 changes: 0 additions & 74 deletions barretenberg/cpp/src/msgpack-c/.github/workflows/coverage.yml

This file was deleted.

Loading

0 comments on commit 2977d11

Please sign in to comment.