From 1d2843839bc6f7f81f62fdfeebbb602a4d162963 Mon Sep 17 00:00:00 2001 From: Rahulkumar Gayatri Date: Fri, 13 Sep 2024 18:35:00 -0700 Subject: [PATCH] Remove unnecessary spaces. Co-authored-by: Damien L-G --- cmake/kokkos_arch.cmake | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cmake/kokkos_arch.cmake b/cmake/kokkos_arch.cmake index 49f97e8810b..7a434736119 100644 --- a/cmake/kokkos_arch.cmake +++ b/cmake/kokkos_arch.cmake @@ -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)