Browse Source
Merge pull request #223 from cnanakos/osx_catalina_compile_failure
Fix OSX Catalina compilation failure
pull/232/head
Luca Deri
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
CMakeLists.txt
|
@ -102,7 +102,7 @@ install(TARGETS edge supernode |
|
|
include_directories(.) |
|
|
include_directories(.) |
|
|
|
|
|
|
|
|
add_executable(n2n-benchmark tools/benchmark.c) |
|
|
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) |
|
|
find_library(PCAP_LIB pcap) |
|
|
if(PCAP_LIB) |
|
|
if(PCAP_LIB) |
|
|