Skip to content

Commit b853a92

Browse files
authored
Merge pull request #137 from igchor/add_missing_dep
Add missing lib dependency to the test
2 parents 74fe7d0 + 446856e commit b853a92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,6 @@ if(UMF_BUILD_OS_MEMORY_PROVIDER AND LINUX) # OS-specific functions are implement
103103
SRCS provider_os_memory.cpp
104104
LIBS umf_utils)
105105
add_umf_test(NAME memspace_numa
106-
SRCS memspace_numa.cpp)
106+
SRCS memspace_numa.cpp
107+
LIBS numa)
107108
endif()

0 commit comments

Comments
 (0)