Skip to content

Commit 2826017

Browse files
committedMay 6, 2024
Avoid duplicated definition of KOKKOS_IMPL_32BIT
1 parent 7b8e3a6 commit 2826017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/continuous-integration-workflow-32bit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
-DKokkos_ENABLE_DEPRECATED_CODE_4=ON \
3737
-DKokkos_ENABLE_DEPRECATION_WARNINGS=OFF \
3838
-DKokkos_ENABLE_COMPILER_WARNINGS=ON \
39-
-DCMAKE_CXX_FLAGS="-Werror -m32 -DKOKKOS_IMPL_32BIT" \
39+
-DCMAKE_CXX_FLAGS="-Werror -m32" \
4040
-DCMAKE_CXX_COMPILER=g++ \
4141
-DCMAKE_BUILD_TYPE=RelWithDebInfo
4242
- name: Build

0 commit comments

Comments
 (0)