Skip to content

Commit 74bf203

Browse files
committed
examples UPDATE new header not needed
1 parent d5a9567 commit 74bf203

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ set(LIBNETCONF2_SOVERSION_FULL ${LIBNETCONF2_MAJOR_SOVERSION}.${LIBNETCONF2_MINO
7272
set(LIBNETCONF2_SOVERSION ${LIBNETCONF2_MAJOR_SOVERSION})
7373

7474
# Version of libyang library that this project depends on
75-
set(LIBYANG_DEP_VERSION 2.0.159)
76-
set(LIBYANG_DEP_SOVERSION 2.18.1)
75+
set(LIBYANG_DEP_VERSION 2.1.3)
76+
set(LIBYANG_DEP_SOVERSION 2.25.3)
7777
set(LIBYANG_DEP_SOVERSION_MAJOR 2)
7878

7979
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -fvisibility=hidden -std=gnu99")

examples/server.c

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
#include <unistd.h>
2727

2828
#include <libyang/libyang.h>
29-
#include <libyang/metadata.h>
3029

3130
#include "log.h"
3231
#include "messages_server.h"

0 commit comments

Comments
 (0)