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.
1 parent ebd6ac4 commit 7da7696Copy full SHA for 7da7696
examples/CMakeLists.txt
@@ -210,7 +210,7 @@ if(LINUX)
210
211
add_umf_executable(
212
NAME ${EXAMPLE_NAME}
213
- SRCS memspace/memspace_numa.c
+ SRCS memspace_numa/memspace_numa.c
214
LIBS umf ${LIBHWLOC_LIBRARIES} numa)
215
216
target_include_directories(
@@ -233,7 +233,7 @@ if(LINUX)
233
234
235
236
- SRCS memspace/memspace_hmat.c
+ SRCS memspace_hmat/memspace_hmat.c
237
238
239
examples/memspace/memspace_hmat.c renamed to examples/memspace_hmat/memspace_hmat.c
examples/memspace/memspace_numa.c renamed to examples/memspace_numa/memspace_numa.c
0 commit comments