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.
2 parents 660f1f4 + a50be2c commit 9377fd0Copy full SHA for 9377fd0
test/CMakeLists.txt
@@ -59,6 +59,10 @@ function(build_umf_test)
59
set(INC_DIRS ${INC_DIRS} ${LEVEL_ZERO_INCLUDE_DIRS})
60
endif()
61
62
+ if(UMF_LINK_HWLOC_STATICALLY)
63
+ set(INC_DIRS ${INC_DIRS} ${LIBHWLOC_INCLUDE_DIRS})
64
+ endif()
65
+
66
if(UMF_POOL_JEMALLOC_ENABLED)
67
set(CPL_DEFS ${CPL_DEFS} UMF_POOL_JEMALLOC_ENABLED=1)
68
0 commit comments