Skip to content

Commit

Permalink
Quote expansion.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad committed Jul 13, 2023
1 parent 603b8c8 commit 5848f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_cub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ CMAKE_OPTIONS="
-DCUB_ENABLE_DIALECT_CPP20=$(if [[ $CXX_STANDARD -ne 20 ]]; then echo "OFF"; else echo "ON"; fi) \
-DTHRUST_IGNORE_DEPRECATED_CPP_DIALECT=ON \
-DCUB_IGNORE_DEPRECATED_CPP_DIALECT=ON \
-DCUB_ENABLE_BENCHMARKS=${ENABLE_CUB_BENCHMARKS} \
-DCUB_ENABLE_BENCHMARKS="${ENABLE_CUB_BENCHMARKS}" \
"

configure_and_build "CUB" "$CMAKE_OPTIONS"

0 comments on commit 5848f62

Please sign in to comment.