1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-19 10:10:40 +03:00

Try to fix macOS build

This commit is contained in:
Davide Beatrici 2018-10-20 13:31:45 +02:00
parent 3429e1bf31
commit b72292edd1

View File

@ -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