chore(deps/fmt): Bump fmt to 12.1.0 (#25444)
Co-authored-by: Shauren <shauren.trinity@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
472745a944
commit
2a689d7084
32 changed files with 12209 additions and 14171 deletions
4
deps/jemalloc/CMakeLists.txt
vendored
4
deps/jemalloc/CMakeLists.txt
vendored
|
|
@ -10,9 +10,11 @@
|
|||
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
#
|
||||
|
||||
include(CheckSymbolExists)
|
||||
|
||||
if(CMAKE_SYSTEM_NAME MATCHES "Linux" AND NOT NOJEM)
|
||||
# We need to generate the jemalloc_def.h header based on platform-specific settings
|
||||
CHECK_SYMBOL_EXISTS(MADV_FREE "sys/mman.h" HAVE_MADV_FREE)
|
||||
check_symbol_exists(MADV_FREE "sys/mman.h" HAVE_MADV_FREE)
|
||||
|
||||
if (PLATFORM EQUAL 32)
|
||||
set(JEM_SIZEDEF 2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue