Skip to content

Commit 6472597

Browse files
[Hotfix] v25.04.02 (#184)
`v25.04.02` hotfix PR Co-authored-by: Alex Barghi <105237337+alexbarghi-nv@users.noreply.github.com>
2 parents 3364982 + 954a7ba commit 6472597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pylibwholegraph/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ include(../../cpp/cmake/thirdparty/get_raft.cmake)
5151
if(DEFINED ENV{LIBWHOLEGRAPH_DIR})
5252
set(wholegraph_ROOT "$ENV{LIBWHOLEGRAPH_DIR}")
5353
endif()
54-
find_package(wholegraph "${RAPIDS_VERSION_MAJOR_MINOR}.0" EXACT)
54+
find_package(wholegraph "${RAPIDS_VERSION}")
5555
message("WholeGraph")
5656
if(WHOLEGRAPH_FOUND)
5757
message(STATUS "PYLIBWHOLEGRAPH: using pre-built wholegraph C++ package")

0 commit comments

Comments
 (0)