From 80a386cbc477e234171c357d4aa035a00e3c1273 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sat, 24 Jan 2015 12:58:27 +0100 Subject: Fixed missing LibEvent reference in OSSupport. --- src/OSSupport/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OSSupport/CMakeLists.txt b/src/OSSupport/CMakeLists.txt index 9424b63da..c8e96cbec 100644 --- a/src/OSSupport/CMakeLists.txt +++ b/src/OSSupport/CMakeLists.txt @@ -52,6 +52,6 @@ if(NOT MSVC) target_link_libraries(OSSupport rt) endif() - target_link_libraries(OSSupport pthread) + target_link_libraries(OSSupport pthread event_core event_extra) endif() endif() -- cgit v1.2.3