Skip to content

Commit

Permalink
CMAKE_VS_PLATFORM_TOOLSET_CUDA: CUDA Version
Browse files Browse the repository at this point in the history
Assume correctly installed
  • Loading branch information
ax3l committed Apr 11, 2024
1 parent ef93ef4 commit e197b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
cmake -S . -B build ^
-A x64 ^
-DCMAKE_GENERATOR_TOOLSET="cuda=%CUDA_PATH%" ^
-DCMAKE_VS_PLATFORM_TOOLSET_CUDA="cuda=12.4" ^
-DCUDAToolkit_ROOT="%CUDA_PATH%" ^
-DCMAKE_BUILD_TYPE=Release ^
-DAMReX_CUDA_ARCH=8.0 ^
Expand Down

0 comments on commit e197b73

Please sign in to comment.