We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6657bb1 commit ade5547Copy full SHA for ade5547
1 file changed
CMakeLists.txt
@@ -710,8 +710,8 @@ exit 0
710
PRIVATE -DFRONTIER_UNIFIED)
711
endif()
712
713
- find_package(hipfort COMPONENTS hip CONFIG REQUIRED)
714
- target_link_libraries(${a_target} PRIVATE hipfort::hip hipfort::hipfort-amdgcn)
+ find_package(hipfort COMPONENTS hip CONFIG REQUIRED)
+ target_link_libraries(${a_target} PRIVATE hipfort::hip hipfort::hipfort-amdgcn)
715
716
elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "Cray")
717
target_compile_options(${a_target} PRIVATE "SHELL:-h noacc" "SHELL:-x acc")
0 commit comments