Skip to content

Commit

Permalink
Update on "[gloo] reenable libuv build (2/N)"
Browse files Browse the repository at this point in the history
Summary:
As part of reviving CI, reenable libuv that is causing CI errors.

Test Plan:
Test on github.

Reviewers:

Subscribers:

Tasks:

Tags:

[ghstack-poisoned]
  • Loading branch information
c-p-i-o committed Nov 18, 2024
1 parent 1427d34 commit 29ef415
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions gloo/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,12 @@ endif()
add_executable(gloo_test ${GLOO_TEST_SRCS})
target_link_libraries(gloo_test gloo gtest ${GLOO_TEST_LIBRARIES} OpenSSL::SSL OpenSSL::Crypto)

#TODO: re-enable LIBUV once CI is green again
#if(MSVC AND USE_LIBUV)
# add_custom_command(TARGET gloo_test POST_BUILD
# COMMAND ${CMAKE_COMMAND} -E copy_if_different
# "${libuv_DLL_PATH}"
# $<TARGET_FILE_DIR:gloo_test>)
#endif()
if(MSVC AND USE_LIBUV)
add_custom_command(TARGET gloo_test POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different
"${libuv_DLL_PATH}"
$<TARGET_FILE_DIR:gloo_test>)
endif()

if(USE_CUDA)
if(NOT MSVC)
Expand Down

0 comments on commit 29ef415

Please sign in to comment.