We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf318e3 + 93c00af commit 7010606Copy full SHA for 7010606
test/CMakeLists.txt
@@ -59,7 +59,7 @@ function(build_umf_test)
59
set(INC_DIRS ${INC_DIRS} ${LEVEL_ZERO_INCLUDE_DIRS})
60
endif()
61
62
- if(UMF_LINK_HWLOC_STATICALLY)
+ if(NOT UMF_DISABLE_HWLOC)
63
set(INC_DIRS ${INC_DIRS} ${LIBHWLOC_INCLUDE_DIRS})
64
65
0 commit comments