Skip to content

Commit 5d76c37

Browse files
committed
a
1 parent 19096ce commit 5d76c37

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -383,12 +383,7 @@ if(WINDOWS)
383383
endif()
384384

385385
# set UMF_PROXY_LIB_ENABLED
386-
if(UMF_LINK_HWLOC_STATICALLY)
387-
message(
388-
STATUS
389-
"Disabling the proxy library, because HWLOC is set to link statically which is not supported"
390-
)
391-
elseif(UMF_DISABLE_HWLOC)
386+
if(UMF_DISABLE_HWLOC)
392387
message(STATUS "Disabling the proxy library, because HWLOC is disabled")
393388
elseif(UMF_PROXY_LIB_BASED_ON_POOL STREQUAL SCALABLE)
394389
if(UMF_POOL_SCALABLE_ENABLED)

0 commit comments

Comments
 (0)