FreeBSD: don't look for jemalloc as a package, it's in the base system

This commit is contained in:
Craig Leres 2021-12-03 14:46:09 -08:00
parent e7412e257f
commit 1778bc5fa8

View file

@ -294,7 +294,7 @@ if ( NOT BIFCL_EXE_PATH )
add_subdirectory(auxil/bifcl) add_subdirectory(auxil/bifcl)
endif () endif ()
if (ENABLE_JEMALLOC) if (ENABLE_JEMALLOC AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
find_package(JeMalloc) find_package(JeMalloc)
if (NOT JEMALLOC_FOUND) if (NOT JEMALLOC_FOUND)