We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1751b94 commit 6427718Copy full SHA for 6427718
.github/workflows/main.yml
@@ -609,7 +609,7 @@ jobs:
609
- name: CMake configure
610
shell: bash
611
run: >
612
- cmake -S . -B build -GNinja -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl
+ cmake -S . -B build -GNinja -A x64 -T CL
613
"-D CMAKE_MAKE_PROGRAM=C:\ProgramData\chocolatey\lib\ninja\tools\ninja.exe"
614
-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
615
-D USE_SEQ=ON -D USE_MPI=ON -D USE_OMP=ON -D USE_TBB=ON -D USE_STL=ON
0 commit comments