Commit 450ba38a authored by David M. Rogers's avatar David M. Rogers
Browse files

Tweak to dependency install method.

parent f253de25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ elseif(CMAKE_HIP_ARCHITECTURES)
    find_package(rocprim REQUIRED CONFIG)
    find_package(rocthrust REQUIRED CONFIG)
    # includes rocThrust headers and roc::rocprim_hip target
    add_library(Thrust INTERFACE)
    add_library(Thrust INTERFACE IMPORTED)
    target_link_libraries(Thrust INTERFACE roc::rocthrust)
else()
    set(ENABLE_GPU FALSE)
@@ -79,4 +79,4 @@ add_subdirectory(tests)

### Installation Instructions ###
install_bins(mpitest)
install_libs(TARGETS mpiwrap Thrust HEADERS include/mpiwrap.hh)
install_libs(TARGETS mpiwrap HEADERS include/mpiwrap.hh)