mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-19 13:39:31 +03:00
Updated install location
This commit is contained in:
parent
e946d56ba0
commit
c83902fb79
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ option(MI_SECURE "Use security mitigations (like guard pages and rand
|
|||
option(MI_LOCAL_DYNAMIC_TLS "Use slightly slower, dlopen-compatible TLS mechanism (Unix)" OFF)
|
||||
option(MI_BUILD_TESTS "Build test executables" ON)
|
||||
|
||||
set(mi_install_dir "lib/mimalloc-${mi_version}")
|
||||
set(mi_install_dir "${CMAKE_INSTALL_PREFIX}/lib/mimalloc-${mi_version}")
|
||||
|
||||
set(mi_sources
|
||||
src/stats.c
|
||||
|
|
Loading…
Add table
Reference in a new issue