Skip to content

Commit

Permalink
Merge pull request #3464 from eisenhauer/UCXversion
Browse files Browse the repository at this point in the history
Fix UCX version checking
  • Loading branch information
eisenhauer authored Feb 3, 2023
2 parents 98bef0e + d743cbc commit 119279c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindUCX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ if(NOT (PC_UCX_FOUND STREQUAL "IGNORE"))
set(UCX_LIBRARIES ${PC_UCX${_PC_TYPE}_LINK_LIBRARIES})
set(UCX_LIBRARY_DIRS ${PC_UCX${_PC_TYPE}_LIBRARY_DIRS})
set(UCX_FOUND ${PC_UCX_FOUND})
set(UCX_VERSION ${PC_UVX_VERSION})
set(UCX_VERSION ${PC_UCX_VERSION})
endif()
endif()

Expand Down

0 comments on commit 119279c

Please sign in to comment.