We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f08722e + 9a83102 commit b1a443fCopy full SHA for b1a443f
src/rgw/CMakeLists.txt
@@ -550,13 +550,13 @@ target_link_libraries(rgw
550
${LIB_RESOLV}
551
${CURL_LIBRARIES}
552
${EXPAT_LIBRARIES}
553
+ OpenSSL::SSL
554
PUBLIC
555
RapidJSON::RapidJSON
556
dmclock::dmclock)
557
558
if(WITH_RADOSGW_AMQP_ENDPOINT)
559
target_link_libraries(rgw PRIVATE RabbitMQ::RabbitMQ)
- target_link_libraries(rgw PRIVATE OpenSSL::SSL)
560
endif()
561
562
if(WITH_RADOSGW_KAFKA_ENDPOINT)
0 commit comments