File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -71,16 +71,6 @@ rapids_find_package(CUDAToolkit REQUIRED
71
71
INSTALL_EXPORT_SET cugraph-exports
72
72
)
73
73
74
- if (BUILD_CUGRAPH_MTMG_TESTS)
75
- if (NOT TARGET ucx::ucp)
76
- find_package (ucx REQUIRED)
77
- endif ()
78
-
79
- if (NOT TARGET ucxx::ucxx)
80
- find_package (ucxx REQUIRED)
81
- endif ()
82
- endif ()
83
-
84
74
set (CUGRAPH_C_FLAGS "" )
85
75
set (CUGRAPH_CXX_FLAGS "" )
86
76
set (CUGRAPH_CUDA_FLAGS "" )
@@ -137,6 +127,16 @@ include(${rapids-cmake-dir}/cpm/cuco.cmake)
137
127
rapids_cpm_cuco(BUILD_EXPORT_SET cugraph-exports INSTALL_EXPORT_SET cugraph-exports)
138
128
include (cmake/thirdparty/get_raft.cmake)
139
129
130
+ if (BUILD_CUGRAPH_MTMG_TESTS)
131
+ if (NOT TARGET ucx::ucp)
132
+ find_package (ucx REQUIRED)
133
+ endif ()
134
+
135
+ if (NOT TARGET ucxx::ucxx)
136
+ find_package (ucxx REQUIRED)
137
+ endif ()
138
+ endif ()
139
+
140
140
if (BUILD_TESTS)
141
141
include (${rapids-cmake-dir}/cpm/gtest.cmake)
142
142
rapids_cpm_gtest(BUILD_STATIC)
You can’t perform that action at this time.
0 commit comments