traeak commented on code in PR #11183: URL: https://github.com/apache/trafficserver/pull/11183#discussion_r1539751823
########## plugins/experimental/magick/CMakeLists.txt: ########## @@ -16,6 +16,11 @@ ####################### add_atsplugin(magick magick.cc) -target_link_libraries(magick PRIVATE ImageMagick::Magick++ ts::tscppapi OpenSSL::Crypto) + +if(DEFINED ImageMagic::MagickWand) Review Comment: removed the if checks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
