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 70
70
vcpkgDirectory : ${{env.BUILD_DIR}}/vcpkg
71
71
vcpkgJsonGlob : ' **/vcpkg.json'
72
72
73
+ - name : test
74
+ run : pwsh
75
+
73
76
- name : Install dependencies (windows-latest)
74
77
if : matrix.os == 'windows-latest'
75
78
run : vcpkg install
Original file line number Diff line number Diff line change @@ -383,12 +383,7 @@ if(WINDOWS)
383
383
endif ()
384
384
385
385
# 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 )
392
387
message (STATUS "Disabling the proxy library, because HWLOC is disabled" )
393
388
elseif (UMF_PROXY_LIB_BASED_ON_POOL STREQUAL SCALABLE )
394
389
if (UMF_POOL_SCALABLE_ENABLED )
You can’t perform that action at this time.
0 commit comments