Skip to content

Commit 1538ecc

Browse files
committed
Merge branch 'develop'
2 parents 5220965 + 37beb9d commit 1538ecc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

3rdparty/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ if(${BUILD_LWS_LIBRARY})
3434
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE_INIT} ${DISABLED_WARNING_LWS}")
3535
endif()
3636

37-
set(LWS_WITH_NETLINK OFF)
37+
set(LWS_WITH_NETLINK OFF CACHE BOOL "Monitor Netlink for Routing Table changes")
38+
SET(LWS_WITH_SYS_ASYNC_DNS ON CACHE BOOL "Nonblocking internal IPv4 + IPv6 DNS resolver")
3839
add_subdirectory(libwebsockets)
3940
endif()

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
cmake_minimum_required(VERSION 3.13)
66

77
project(OpenOCPP DESCRIPTION "Open Source C++ implementation of the OCPP 1.6 protocol"
8-
VERSION 1.5.5
8+
VERSION 1.5.6
99
)
1010

1111
# Definitions for Version.h file

0 commit comments

Comments
 (0)