-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Downloads msgpack-c with same content using commit hash, from https://github.com/AztecProtocol/msgpack-c. As this is not our code (a few small patches to error-handling aside) and it's somewhat large at 7mb of code, itself bundling dependencies., so it's cleaner to not have it in tree.
- Loading branch information
Showing
863 changed files
with
73 additions
and
119,623 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
include(ExternalProject) | ||
|
||
# External project: Download msgpack-c from GitHu | ||
set(MSGPACK_PREFIX "${CMAKE_BINARY_DIR}/_deps/msgpack-c") | ||
set(MSGPACK_INCLUDE "${MSGPACK_PREFIX}/src/msgpack-c/include") | ||
|
||
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 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
74 changes: 0 additions & 74 deletions
74
barretenberg/cpp/src/msgpack-c/.github/workflows/coverage.yml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.