Skip to content

Commit 2932baa

Browse files
committed
cmake: remove spurious moqtest_utils link from relay test
moqtest_utils is not used by ORelayTest.cpp — no moqtest headers are included. The transitive moxygen_moq dep it provided is already covered via o_rly_core. This dep is also absent from the moxygen artifact tarball (BUILD_SAMPLES=OFF in standalone build), breaking configure when using tarball-based deps.
1 parent 936553d commit 2932baa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ if(ORLY_BUILD_TESTS)
6565
)
6666
target_link_libraries(o_rly_relay_test PRIVATE
6767
o_rly_core
68-
moxygen::moqtest_utils
6968
moxygen::moxygen_events_moq_folly_executor_impl
7069
GTest::gtest_main
7170
GTest::gmock

0 commit comments

Comments
 (0)