We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397746e commit 1aa0a31Copy full SHA for 1aa0a31
.github/workflows/windows.yml
@@ -32,8 +32,10 @@ jobs:
32
run: |
33
mkdir build
34
cd build
35
- cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=C:\kokkos-install -DKokkos_ENABLE_THREADS=ON ..
36
- cmake --build . --config Debug --target install -- -m
+ cmake -D CMAKE_INSTALL_PREFIX=C:\kokkos-install \
+ -D Kokkos_ENABLE_THREADS=ON \
37
+ ..
38
+ cmake --build . --config Release --target install -- -m
39
- name: Configure ArborX
40
41
0 commit comments