Skip to content

Commit ade5547

Browse files
AnandAnand
authored andcommitted
fix spacing
1 parent 6657bb1 commit ade5547

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,8 +710,8 @@ exit 0
710710
PRIVATE -DFRONTIER_UNIFIED)
711711
endif()
712712

713-
find_package(hipfort COMPONENTS hip CONFIG REQUIRED)
714-
target_link_libraries(${a_target} PRIVATE hipfort::hip hipfort::hipfort-amdgcn)
713+
find_package(hipfort COMPONENTS hip CONFIG REQUIRED)
714+
target_link_libraries(${a_target} PRIVATE hipfort::hip hipfort::hipfort-amdgcn)
715715
endif()
716716
elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "Cray")
717717
target_compile_options(${a_target} PRIVATE "SHELL:-h noacc" "SHELL:-x acc")

0 commit comments

Comments
 (0)