Browse Source

Merge pull request #223 from cnanakos/osx_catalina_compile_failure

Fix OSX Catalina compilation failure
pull/232/head
Luca Deri 4 years ago
committed by GitHub
parent
commit
54ad44749b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -102,7 +102,7 @@ install(TARGETS edge supernode
include_directories(.)
add_executable(n2n-benchmark tools/benchmark.c)
target_link_libraries(n2n-benchmark n2n)
target_link_libraries(n2n-benchmark n2n ${OPENSSL_LIBRARIES})
find_library(PCAP_LIB pcap)
if(PCAP_LIB)

Loading…
Cancel
Save