mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Try to fix macOS build
This commit is contained in:
parent
3429e1bf31
commit
b72292edd1
@ -16,7 +16,7 @@ find_package(Curses REQUIRED)
|
|||||||
target_link_libraries(cedar PRIVATE ${LIB_READLINE} ${CURSES_LIBRARIES})
|
target_link_libraries(cedar PRIVATE ${LIB_READLINE} ${CURSES_LIBRARIES})
|
||||||
|
|
||||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
|
if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
|
||||||
target_link_libraries(cedar PRIVATE pcap)
|
target_link_libraries(cedar PRIVATE mayaqua pcap)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Version
|
# Version
|
||||||
|
Loading…
Reference in New Issue
Block a user