Skip to content

Commit

Permalink
Change Cuda CI's CXX compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
caitlinross authored and anagainaru committed Feb 1, 2023
1 parent 3ec03ef commit cb6f203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/cmake-v2/ci-el8-cuda-serial.cmake
@@ -1,7 +1,7 @@
# Client maintainer: vicente.bolea@kitware.com

set(ENV{CC} gcc)
set(ENV{CXX} g++)
set(ENV{CXX} nvcc_wrapper)
set(ENV{FC} gfortran)

set(dashboard_cache "
Expand Down

0 comments on commit cb6f203

Please sign in to comment.