From 2a14f6a1c90d521882b40e2d295431c41a125357 Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Wed, 22 Jan 2025 13:15:56 +0100 Subject: [PATCH] Add cuda architectures --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e7cd1c0..fc39644 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ project( ) include(GNUInstallDirs) -set(CMAKE_CUDA_ARCHITECTURES 75) +option(CMAKE_CUDA_ARCHITECTURES 75) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED True) -- GitLab