Skip to content

Commit 42f4017

Browse files
igchorbratpiorka
authored andcommitted
Make umf_utils an interface library
So that users of umf pools (which are static libraries) do not have to link with umf_utils themselves. It's not possible to link static libraries to other static libraries.
1 parent 129a2ad commit 42f4017

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ add_umf_test(
210210
NAME base_alloc
211211
SRCS ${BA_SOURCES_FOR_TEST} test_base_alloc.cpp
212212
LIBS ${UMF_UTILS_FOR_TEST})
213+
213214
add_umf_test(
214215
NAME base_alloc_linear
215216
SRCS ${BA_SOURCES_FOR_TEST} test_base_alloc_linear.cpp

0 commit comments

Comments
 (0)