Skip to content

Commit

Permalink
Update Clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Feb 8, 2024
1 parent 5333234 commit 96439bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/kokkos_arch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ IF (KOKKOS_ARCH_RISCV_SG2042)
AND KOKKOS_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 12)
OR
(KOKKOS_CXX_COMPILER_ID STREQUAL Clang
AND KOKKOS_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 16)
AND KOKKOS_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 14)
)
MESSAGE(SEND_ERROR "Only gcc >= 12 and clang >= 16 support RISC-V.")
ENDIF()
Expand Down

0 comments on commit 96439bc

Please sign in to comment.