Skip to content

Commit 7d8d780

Browse files
authored
Merge pull request #964 from ldorau/Remove_JEMALLOC_LIBRARY_DIRS_from_tests_and_benchmarks
Remove `JEMALLOC_LIBRARY_DIRS` from tests and benchmarks
2 parents fb53918 + 6b005c8 commit 7d8d780

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

benchmark/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ set(LIB_DIRS ${LIBHWLOC_LIBRARY_DIRS})
121121
if(UMF_BUILD_LIBUMF_POOL_DISJOINT)
122122
set(LIBS_OPTIONAL ${LIBS_OPTIONAL} disjoint_pool)
123123
endif()
124-
if(UMF_POOL_JEMALLOC_ENABLED)
125-
set(LIB_DIRS ${LIB_DIRS} ${JEMALLOC_LIBRARY_DIRS})
126-
endif()
127124
if(LINUX)
128125
set(LIBS_OPTIONAL ${LIBS_OPTIONAL} m)
129126
endif()

test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ function(build_umf_test)
5151
endif()
5252

5353
if(UMF_POOL_JEMALLOC_ENABLED)
54-
set(LIB_DIRS ${LIB_DIRS} ${JEMALLOC_LIBRARY_DIRS})
5554
set(CPL_DEFS ${CPL_DEFS} UMF_POOL_JEMALLOC_ENABLED=1)
5655
endif()
5756

0 commit comments

Comments
 (0)