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 3392550 commit d70faa8Copy full SHA for d70faa8
CMakeLists.txt
@@ -119,6 +119,13 @@ set_property(CACHE UMF_PROXY_LIB_BASED_ON_POOL
119
PROPERTY STRINGS ${KNOWN_PROXY_LIB_POOLS})
120
list(APPEND UMF_OPTIONS_LIST UMF_PROXY_LIB_BASED_ON_POOL)
121
122
+if(UMF_DISABLE_HWLOC)
123
+ message(
124
+ WARNING
125
+ "UMF_DISABLE_HWLOC option is now deprecated and will be removed in v0.12.0 UMF release!"
126
+ )
127
+endif()
128
+
129
# --------------------------------------------------------------------------- #
130
# Setup required variables, definitions; fetch dependencies; include
131
# sub_directories based on build options; set flags; etc.
0 commit comments