We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73c3392 + 712e7d3 commit a732b76Copy full SHA for a732b76
CMakeLists.txt
@@ -208,9 +208,9 @@ endif()
208
# -----------------------------------------------------------------------------
209
210
if (MI_INSTALL_TOPLEVEL)
211
- set(mi_install_dir "${CMAKE_INSTALL_PREFIX}")
+ set(mi_install_dir "")
212
else()
213
- set(mi_install_dir "${CMAKE_INSTALL_PREFIX}/lib/mimalloc-${mi_version}")
+ set(mi_install_dir "lib/mimalloc-${mi_version}")
214
endif()
215
216
if(MI_SECURE)
0 commit comments