mirror of https://github.com/OpenIPC/firmware.git
12 lines
433 B
Diff
12 lines
433 B
Diff
--- a/CMakeLists.txt 2022-01-03 18:39:55.630310294 +0300
|
|
+++ b/CMakeLists.txt 2022-01-03 18:53:59.831506949 +0300
|
|
@@ -1784,7 +1784,7 @@
|
|
if (LWS_WITH_LIBEVENT)
|
|
if (NOT LIBEVENT_FOUND)
|
|
find_path(LIBEVENT_INCLUDE_DIRS NAMES event2/event.h)
|
|
- find_library(LIBEVENT_LIBRARIES NAMES event)
|
|
+ find_library(LIBEVENT_LIBRARIES NAMES event_core)
|
|
if(LIBEVENT_INCLUDE_DIRS AND LIBEVENT_LIBRARIES)
|
|
set(LIBEVENT_FOUND 1)
|
|
endif()
|