Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
bratpiorka committed Oct 19, 2024
1 parent 19096ce commit 9603d32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reusable_fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
vcpkgDirectory: ${{env.BUILD_DIR}}/vcpkg
vcpkgJsonGlob: '**/vcpkg.json'

- name: test
run: pwsh

- name: Install dependencies (windows-latest)
if: matrix.os == 'windows-latest'
run: vcpkg install
Expand Down
7 changes: 1 addition & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -383,12 +383,7 @@ 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_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 9603d32

Please sign in to comment.