update(cmake): bump jemalloc asan warning message

Co-authored-by: Samuel Gaist <samuel.gaist@idiap.ch>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro
2024-12-06 14:50:21 +01:00
committed by poiana
parent ac191b746c
commit fa862b57e8

View File

@@ -144,7 +144,7 @@ include(ExternalProject)
if(USE_JEMALLOC) if(USE_JEMALLOC)
if(USE_ASAN) if(USE_ASAN)
message(WARNING "Jemalloc and ASAN do not play well together") message(WARNING "Jemalloc and ASAN are known to have issues when combined")
endif() endif()
include(jemalloc) include(jemalloc)
endif() endif()