Skip to content

Commit 09c6a55

Browse files
committed
Configuration - Update jemalloc library suffix order in CMake to prioritize DLL static libraries
1 parent 633171f commit 09c6a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adm/cmake/jemalloc.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ endfunction()
6868

6969
macro (SEARCH_JEMALLOC)
7070
# find static jemalloc lib
71-
SET(CMAKE_FIND_LIBRARY_SUFFIXES "dll.a" ".lib" ".a")
71+
SET(CMAKE_FIND_LIBRARY_SUFFIXES ".dll.a" ".lib" ".a")
7272
if (WIN32)
7373
JEMALLOC_LIB_SEARCH ("jemalloc" "STATIC")
7474
elseif(NOT WIN32)

0 commit comments

Comments
 (0)