diff --git a/python/pylibwholegraph/CMakeLists.txt b/python/pylibwholegraph/CMakeLists.txt index 97576c5f3..34a788f55 100644 --- a/python/pylibwholegraph/CMakeLists.txt +++ b/python/pylibwholegraph/CMakeLists.txt @@ -31,9 +31,6 @@ include(rapids-cmake) include(rapids-cuda) include(rapids-cpm) -if (NOT DEFINED CMAKE_CUDA_ARCHITECTURES) - set(CMAKE_CUDA_ARCHITECTURES 70-real 80-real 86) -endif () rapids_cuda_init_architectures(PYLIBWHOLEGRAPH) project(PYLIBWHOLEGRAPH VERSION ${WHOLEGRAPH_VERSION} LANGUAGES C CXX CUDA)