diff --git a/CMakeLists.txt b/CMakeLists.txt index 5aafd3bb4a7..a28d0b62a3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -144,7 +144,7 @@ include(ExternalProject) if(USE_JEMALLOC) 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() include(jemalloc) endif()