From b72292edd177b3f195ff377db06c6d912083ae77 Mon Sep 17 00:00:00 2001 From: Davide Beatrici Date: Sat, 20 Oct 2018 13:31:45 +0200 Subject: [PATCH] Try to fix macOS build --- src/Cedar/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cedar/CMakeLists.txt b/src/Cedar/CMakeLists.txt index e514c9d9..447e8d59 100644 --- a/src/Cedar/CMakeLists.txt +++ b/src/Cedar/CMakeLists.txt @@ -16,7 +16,7 @@ find_package(Curses REQUIRED) target_link_libraries(cedar PRIVATE ${LIB_READLINE} ${CURSES_LIBRARIES}) if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") - target_link_libraries(cedar PRIVATE pcap) + target_link_libraries(cedar PRIVATE mayaqua pcap) endif() # Version