Skip to content

Commit

Permalink
Explicitly set CUDA host compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Jun 15, 2022
1 parent fd201ce commit 0e432e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ jobs:
-Dalpaka_ACC_GPU_CUDA_ENABLE=${{ matrix.cuda }} \
-Dalpaka_CXX_STANDARD=17 \
-DCMAKE_CUDA_COMPILER=$CUDACXX \
-DCMAKE_CUDA_HOST_COMPILER=$CXX \
-DCMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake
- name: build tests + examples
run: |
Expand Down

0 comments on commit 0e432e5

Please sign in to comment.