Skip to content

Commit

Permalink
deps: bump nng version to latest tag (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
csegarragonz authored Nov 27, 2023
1 parent e98e917 commit 9db49af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/ExternalProjects.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ FetchContent_Declare(zstd_ext
)
FetchContent_Declare(nng_ext
GIT_REPOSITORY "https://github.com/nanomsg/nng"
GIT_TAG "c5e9d8acfc226418dedcf2e34a617bffae043ff6"
# NNG tagged version 1.6.0
GIT_TAG "a6de76c0b1e08ceba5c3e47dd1107f1a09490b0d"
)

FetchContent_MakeAvailable(zstd_ext)
Expand Down

0 comments on commit 9db49af

Please sign in to comment.