This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch webp_transform_build
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit c409bd215b5f74c192c60717277907ad9c83a2d6
Author: Bryan Call <bc...@apache.org>
AuthorDate: Thu Feb 8 11:57:37 2024 -0800

    Remove include path and add verify global plugin
---
 plugins/webp_transform/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugins/webp_transform/CMakeLists.txt 
b/plugins/webp_transform/CMakeLists.txt
index 75290b19d1..86eb796b26 100644
--- a/plugins/webp_transform/CMakeLists.txt
+++ b/plugins/webp_transform/CMakeLists.txt
@@ -17,4 +17,5 @@
 
 add_atsplugin(webp_transform ImageTransform.cc)
 target_link_libraries(webp_transform PRIVATE ImageMagick::Magick++ tscppapi)
-target_include_directories(webp_transform PRIVATE 
${ImageMagick_Magick++_INCLUDE_DIRS})
+
+verify_global_plugin(webp_transform)

Reply via email to