Skip to content

Commit 25cc9db

Browse files
committed
test
1 parent 19096ce commit 25cc9db

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CMakeLists.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -383,12 +383,13 @@ 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_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+
392+
if(UMF_DISABLE_HWLOC)
392393
message(STATUS "Disabling the proxy library, because HWLOC is disabled")
393394
elseif(UMF_PROXY_LIB_BASED_ON_POOL STREQUAL SCALABLE)
394395
if(UMF_POOL_SCALABLE_ENABLED)

0 commit comments

Comments
 (0)