From f0931b07905a960c7dfbcc90e772219150c24951 Mon Sep 17 00:00:00 2001 From: Raul Tambre Date: Fri, 27 Mar 2020 20:52:39 +0200 Subject: CUDA: Convert tests to use CUDA_ARCHITECTURES --- Tests/Cuda/MixedStandardLevels1/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Tests/Cuda/MixedStandardLevels1') diff --git a/Tests/Cuda/MixedStandardLevels1/CMakeLists.txt b/Tests/Cuda/MixedStandardLevels1/CMakeLists.txt index b03e51e3e2..e40ffa6daa 100644 --- a/Tests/Cuda/MixedStandardLevels1/CMakeLists.txt +++ b/Tests/Cuda/MixedStandardLevels1/CMakeLists.txt @@ -1,10 +1,9 @@ cmake_minimum_required(VERSION 3.7) project(MixedStandardLevels1 CXX CUDA) -string(APPEND CMAKE_CUDA_FLAGS " -gencode arch=compute_30,code=compute_30") - set(CMAKE_CXX_STANDARD 14) set(CMAKE_CUDA_STANDARD 11) +set(CMAKE_CUDA_ARCHITECTURES 30) add_executable(MixedStandardLevels1 main.cu lib.cpp) -- cgit v1.2.1