Skip to content

Commit 3932245

Browse files
committed
remove -DCMAKE_POLICY_VERSION_MINIMUM=3.5
1 parent a72407d commit 3932245

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build-all-rapids-repos.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ jobs:
9292
-DBUILD_PRIMS_BENCH=ON \
9393
-DBUILD_SHARED_LIBS=ON \
9494
-DRAFT_COMPILE_LIBRARY=ON \
95-
-DBUILD_CUGRAPH_MG_TESTS=ON \
96-
-DCMAKE_POLICY_VERSION_MINIMUM=3.5;
95+
-DBUILD_CUGRAPH_MG_TESTS=ON ;
9796
9897
# Build all the libs
9998
build-all -j100000;

0 commit comments

Comments
 (0)