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 2, 2023
1 parent c639b9f commit 56d0892
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 56d0892

Please sign in to comment.