Unverified Commit bad39242 authored by Artur Wojcik's avatar Artur Wojcik Committed by GitHub
Browse files

cmake: move linking to migraphx_all_targets to upper scope (#1890)


Co-authored-by: default avatarArtur Wojcik <artur.wojcik@amd.com>
parent aa55aac5
...@@ -88,8 +88,6 @@ foreach(LIBRARY ${OpenMP_CXX_LIBRARIES}) ...@@ -88,8 +88,6 @@ foreach(LIBRARY ${OpenMP_CXX_LIBRARIES})
endif() endif()
endforeach() endforeach()
target_link_libraries(migraphx_all_targets INTERFACE migraphx_cpu)
rocm_install_targets( rocm_install_targets(
TARGETS migraphx_cpu TARGETS migraphx_cpu
INCLUDE INCLUDE
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment