File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ jobs:
210210 --build-type ${{matrix.build_type}}
211211 --disjoint-pool
212212 --jemalloc-pool
213- ${{ matrix.install_tbb == 'ON' && matrix.disable_hwloc != 'ON' && matrix.link_hwloc_statically != 'ON' && '--proxy' || '' }}
213+ ${{ matrix.install_tbb == 'ON' && matrix.disable_hwloc != 'ON' && '--proxy' || '' }}
214214 --umf-version ${{env.UMF_VERSION}}
215215 ${{ matrix.shared_library == 'ON' && '--shared-library' || '' }}
216216
Original file line number Diff line number Diff line change @@ -375,12 +375,7 @@ if(WINDOWS)
375375endif ()
376376
377377# set UMF_PROXY_LIB_ENABLED
378- if (UMF_LINK_HWLOC_STATICALLY)
379- message (
380- STATUS
381- "Disabling the proxy library, because HWLOC is set to link statically which is not supported"
382- )
383- elseif (UMF_DISABLE_HWLOC)
378+ if (UMF_DISABLE_HWLOC)
384379 message (STATUS "Disabling the proxy library, because HWLOC is disabled" )
385380elseif (UMF_PROXY_LIB_BASED_ON_POOL STREQUAL SCALABLE)
386381 if (UMF_POOL_SCALABLE_ENABLED)
You can’t perform that action at this time.
0 commit comments