Skip to content

Commit b1a443f

Browse files
authored
Merge pull request ceph#51366 from SMIL-Infra/fix-test-build
rgw: fix tests build w/o AMQP
2 parents f08722e + 9a83102 commit b1a443f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rgw/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,13 +550,13 @@ target_link_libraries(rgw
550550
${LIB_RESOLV}
551551
${CURL_LIBRARIES}
552552
${EXPAT_LIBRARIES}
553+
OpenSSL::SSL
553554
PUBLIC
554555
RapidJSON::RapidJSON
555556
dmclock::dmclock)
556557

557558
if(WITH_RADOSGW_AMQP_ENDPOINT)
558559
target_link_libraries(rgw PRIVATE RabbitMQ::RabbitMQ)
559-
target_link_libraries(rgw PRIVATE OpenSSL::SSL)
560560
endif()
561561

562562
if(WITH_RADOSGW_KAFKA_ENDPOINT)

0 commit comments

Comments
 (0)