Skip to content

Commit

Permalink
-DBUILD_SHARED_LIBS=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed May 3, 2024
1 parent 173fe73 commit 3c5dbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-rapids.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
args=("${args[@]/%/"=${opt}"}");
# Use the local CCCL mount
args+=(-DCPM_CCCL_SOURCE="${HOME}/cccl");
args+=(-v -j);
args+=(-DBUILD_SHARED_LIBS=ON -v -j);
for lib in ${{ matrix.libs }}; do
Expand Down

0 comments on commit 3c5dbdf

Please sign in to comment.