Skip to content

Commit 8174fde

Browse files
committed
Update nng version to v1.11, the lastest stable version
1 parent 44181e2 commit 8174fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ else()
110110
endif()
111111
ExternalProject_Add(nng-external
112112
GIT_REPOSITORY https://github.com/nanomsg/nng.git
113-
GIT_TAG v1.5.2
113+
GIT_TAG v1.11
114114
GIT_CONFIG "advice.detachedHead=false"
115115
PREFIX ${CMAKE_BINARY_DIR}/_deps/nng
116116
# Use Update step override to delete unused /etc/ folder of NNG development support files that list a lot of Go reference packages

0 commit comments

Comments
 (0)