File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 7070 vcpkgDirectory : ${{env.BUILD_DIR}}/vcpkg
7171 vcpkgJsonGlob : ' **/vcpkg.json'
7272
73+ - name : test
74+ run : pwsh
75+
7376 - name : Install dependencies (windows-latest)
7477 if : matrix.os == 'windows-latest'
7578 run : vcpkg install
Original file line number Diff line number Diff line change @@ -383,12 +383,7 @@ if(WINDOWS)
383383endif ()
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" )
393388elseif (UMF_PROXY_LIB_BASED_ON_POOL STREQUAL SCALABLE)
394389 if (UMF_POOL_SCALABLE_ENABLED)
You can’t perform that action at this time.
0 commit comments