mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Switch libkrb5 check to exclude only Darwin
This commit is contained in:
parent
6ecb8f0f5f
commit
2f48229f28
1 changed files with 1 additions and 1 deletions
|
@ -1060,7 +1060,7 @@ if (LIBMMDB_FOUND)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
set(USE_KRB5 false)
|
set(USE_KRB5 false)
|
||||||
if (${CMAKE_SYSTEM_NAME} MATCHES Linux)
|
if (NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||||
find_package(LibKrb5)
|
find_package(LibKrb5)
|
||||||
if (LIBKRB5_FOUND)
|
if (LIBKRB5_FOUND)
|
||||||
set(USE_KRB5 true)
|
set(USE_KRB5 true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue