mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
cmake: remove crufty event lib redefs
This commit is contained in:
parent
b3ddd3db17
commit
06b39e3315
1 changed files with 0 additions and 12 deletions
|
@ -334,18 +334,6 @@ if (LWS_WITHOUT_DAEMONIZE OR WIN32)
|
|||
set(LWS_NO_DAEMONIZE 1)
|
||||
endif()
|
||||
|
||||
if (LWS_WITH_LIBEV)
|
||||
set(LWS_WITH_LIBEV 1)
|
||||
endif()
|
||||
|
||||
if (LWS_WITH_LIBUV)
|
||||
set(LWS_WITH_LIBUV 1)
|
||||
endif()
|
||||
|
||||
if (LWS_WITH_LIBEVENT)
|
||||
set(LWS_WITH_LIBEVENT 1)
|
||||
endif()
|
||||
|
||||
if (LWS_IPV6)
|
||||
set(LWS_WITH_IPV6 1)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue