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 c8237d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,8 @@ jobs:
cmake -S . -B build ^
-A x64 ^
-DCMAKE_GENERATOR_TOOLSET="cuda=%CUDA_PATH%" ^
-DCMAKE_VS_PLATFORM_TOOLSET_CUDA="cuda=12.4" ^
-DCUDA_TOOLKIT_ROOT_DIR="%CUDA_PATH%" ^
-DCUDAToolkit_ROOT="%CUDA_PATH%" ^
-DCMAKE_BUILD_TYPE=Release ^
-DAMReX_CUDA_ARCH=8.0 ^
Expand Down

0 comments on commit c8237d9

Please sign in to comment.