Skip to content

Commit

Permalink
Adding fixes when testing with PaRSEC and MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
khuck committed Aug 21, 2024
1 parent 201a283 commit 8d8e378
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/unit_tests/C++/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ if(APEX_WITH_MPI)
set_target_properties(apex_hpx_annotated_functions_mpi PROPERTIES LINK_SEARCH_START_STATIC 1 LINK_SEARCH_END_STATIC 1)
set_target_properties(apex_multiple_parents_mpi PROPERTIES LINK_SEARCH_START_STATIC 1 LINK_SEARCH_END_STATIC 1)
endif()
endif()

INSTALL(TARGETS apex_hpx_annotated_functions_mpi
RUNTIME DESTINATION bin OPTIONAL
)
INSTALL(TARGETS apex_hpx_annotated_functions_mpi apex_multiple_parents_mpi
RUNTIME DESTINATION bin OPTIONAL
)

endif()

0 comments on commit 8d8e378

Please sign in to comment.