Updated install location

This commit is contained in:
zerodefect 2019-10-31 12:08:33 +00:00 committed by GitHub
parent e946d56ba0
commit c83902fb79
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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