diff --git a/build.sh b/build.sh index 634a77c96..dae0fa7a2 100755 --- a/build.sh +++ b/build.sh @@ -144,7 +144,7 @@ if (( ${BUILD_ALL_GPU_ARCH} == 0 )); then CUSPATIAL_CMAKE_CUDA_ARCHITECTURES="-DCMAKE_CUDA_ARCHITECTURES=NATIVE" echo "Building for the architecture of the GPU in the system..." else - CUSPATIAL_CMAKE_CUDA_ARCHITECTURES="-DCMAKE_CUDA_ARCHITECTURES=ALL" + CUSPATIAL_CMAKE_CUDA_ARCHITECTURES="-DCMAKE_CUDA_ARCHITECTURES=RAPIDS" echo "Building for *ALL* supported GPU architectures..." fi