mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
FreeBSD: don't look for jemalloc as a package, it's in the base system
This commit is contained in:
parent
e7412e257f
commit
1778bc5fa8
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ if ( NOT BIFCL_EXE_PATH )
|
|||
add_subdirectory(auxil/bifcl)
|
||||
endif ()
|
||||
|
||||
if (ENABLE_JEMALLOC)
|
||||
if (ENABLE_JEMALLOC AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
|
||||
find_package(JeMalloc)
|
||||
|
||||
if (NOT JEMALLOC_FOUND)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue