Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bratpiorka committed Oct 19, 2024
1 parent 19096ce commit 25cc9db
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -383,12 +383,13 @@ if(WINDOWS)
endif()

# set UMF_PROXY_LIB_ENABLED
if(UMF_LINK_HWLOC_STATICALLY)
message(
STATUS
"Disabling the proxy library, because HWLOC is set to link statically which is not supported"
)
elseif(UMF_DISABLE_HWLOC)
#if(UMF_LINK_HWLOC_STATICALLY)
# message(
# STATUS
# "Disabling the proxy library, because HWLOC is set to link statically which is not supported"
# )

if(UMF_DISABLE_HWLOC)
message(STATUS "Disabling the proxy library, because HWLOC is disabled")
elseif(UMF_PROXY_LIB_BASED_ON_POOL STREQUAL SCALABLE)
if(UMF_POOL_SCALABLE_ENABLED)
Expand Down

0 comments on commit 25cc9db

Please sign in to comment.