Skip to content

Commit

Permalink
Address @ChristopherHogan's review.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed May 27, 2022
1 parent f6c26b4 commit b2638a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ LSAN_OPTIONS=suppressions=${CMAKE_CURRENT_SOURCE_DIR}/data/asan.supp)
#------------------------------------------------------------------------------
add_executable(bo buffer_organizer_test.cc)
target_link_libraries(bo ${LIBRT} hermes MPI::MPI_CXX
$<$<BOOL:${HERMES_RPC_THALLIUM}>:thallium> glog::glog gflags)
$<$<BOOL:${HERMES_RPC_THALLIUM}>:thallium> glog::glog)
target_compile_definitions(bo
PRIVATE $<$<BOOL:${HERMES_RPC_THALLIUM}>:HERMES_RPC_THALLIUM>)
add_test(NAME TestBufferOrganizer COMMAND bo)
Expand Down

0 comments on commit b2638a5

Please sign in to comment.