Skip to content

Commit

Permalink
examples UPDATE new header not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Nov 8, 2022
1 parent d5a9567 commit 74bf203
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -72,8 +72,8 @@ set(LIBNETCONF2_SOVERSION_FULL ${LIBNETCONF2_MAJOR_SOVERSION}.${LIBNETCONF2_MINO
set(LIBNETCONF2_SOVERSION ${LIBNETCONF2_MAJOR_SOVERSION})

# Version of libyang library that this project depends on
set(LIBYANG_DEP_VERSION 2.0.159)
set(LIBYANG_DEP_SOVERSION 2.18.1)
set(LIBYANG_DEP_VERSION 2.1.3)
set(LIBYANG_DEP_SOVERSION 2.25.3)
set(LIBYANG_DEP_SOVERSION_MAJOR 2)

set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra -fvisibility=hidden -std=gnu99")
Expand Down
1 change: 0 additions & 1 deletion examples/server.c
Expand Up @@ -26,7 +26,6 @@
#include <unistd.h>

#include <libyang/libyang.h>
#include <libyang/metadata.h>

#include "log.h"
#include "messages_server.h"
Expand Down

0 comments on commit 74bf203

Please sign in to comment.