Skip to content
Snippets Groups Projects
Commit 2a14f6a1 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Add cuda architectures

parent 8927f21d
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ project( ...@@ -17,7 +17,7 @@ project(
) )
include(GNUInstallDirs) include(GNUInstallDirs)
set(CMAKE_CUDA_ARCHITECTURES 75) option(CMAKE_CUDA_ARCHITECTURES 75)
set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED True) set(CMAKE_CXX_STANDARD_REQUIRED True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment