Skip to content

Commit

Permalink
ci,kokkos,cuda: remove warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Feb 21, 2023
1 parent 2d4f6c5 commit 049af79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ adios_option(Catalyst "Enable support for in situ visualization plugin using P
adios_option(AWSSDK "Enable support for S3 compatible storage using AWS SDK's S3 module" AUTO)
include(${PROJECT_SOURCE_DIR}/cmake/DetectOptions.cmake)

if(ADIOS2_HAVE_CUDA)
if(ADIOS2_HAVE_CUDA OR ADIOS2_HAVE_Kokkos_CUDA)
set(CMAKE_CUDA_STANDARD 11)
set(CMAKE_CUDA_STANDARD_REQUIRED TRUE)
if(NOT DEFINED CMAKE_CUDA_ARCHITECTURES)
Expand Down

0 comments on commit 049af79

Please sign in to comment.