Skip to content

Commit

Permalink
Remove unnecessary spaces.
Browse files Browse the repository at this point in the history
Co-authored-by: Damien L-G <[email protected]>
  • Loading branch information
rgayatri23 and dalg24 authored Sep 14, 2024
1 parent de3eea7 commit 1d28438
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmake/kokkos_arch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -803,11 +803,11 @@ IF(KOKKOS_ARCH_INTEL_PVC)
ENDIF()

IF (KOKKOS_ENABLE_OPENMP)
IF(KOKKOS_CLANG_IS_CRAY)
COMPILER_SPECIFIC_LINK_OPTIONS(
Clang -fopenmp
)
ENDIF()
IF(KOKKOS_CLANG_IS_CRAY)
COMPILER_SPECIFIC_LINK_OPTIONS(
Clang -fopenmp
)
ENDIF()
ENDIF()

IF (KOKKOS_ENABLE_OPENMPTARGET)
Expand Down

0 comments on commit 1d28438

Please sign in to comment.