We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
v25.04.02
2 parents 3364982 + 954a7ba commit 6472597Copy full SHA for 6472597
python/pylibwholegraph/CMakeLists.txt
@@ -51,7 +51,7 @@ include(../../cpp/cmake/thirdparty/get_raft.cmake)
51
if(DEFINED ENV{LIBWHOLEGRAPH_DIR})
52
set(wholegraph_ROOT "$ENV{LIBWHOLEGRAPH_DIR}")
53
endif()
54
-find_package(wholegraph "${RAPIDS_VERSION_MAJOR_MINOR}.0" EXACT)
+find_package(wholegraph "${RAPIDS_VERSION}")
55
message("WholeGraph")
56
if(WHOLEGRAPH_FOUND)
57
message(STATUS "PYLIBWHOLEGRAPH: using pre-built wholegraph C++ package")
0 commit comments