From c9593dfc5796a98b94ef516fce662f2e040acffe Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 21 Jan 2017 20:05:48 -0800 Subject: Initial swag at notification pipes (not used yet). --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index af8d03f1..190e75fc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,6 +97,7 @@ option (NNG_ENABLE_NNGCAT "Enable building nngcat utility." ${NNG_TOOLS}) if (CMAKE_SYSTEM_NAME MATCHES "Linux") find_package (Threads REQUIRED) add_definitions (-DPLATFORM_POSIX) + add_definitions (-DNNG_USE_EVENTFD) elseif (CMAKE_SYSTEM_NAME MATCHES "Darwin") find_package (Threads REQUIRED) -- cgit v1.2.3-70-g09d2