aboutsummaryrefslogtreecommitdiffstats
path: root/www/trafficserver/files/patch-plugins__CMakeLists.txt
blob: 207180d910ad1fe70b6e4e504585b69142942aa5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- plugins/CMakeLists.txt.orig	2025-02-22 14:01:34 UTC
+++ plugins/CMakeLists.txt
@@ -69,7 +69,9 @@ if(TARGET ImageMagick::Magick++)
 endif()
 
 if(TARGET ImageMagick::Magick++)
+if(BUILD_MAGICK)
   add_subdirectory(webp_transform)
+endif()
 endif()
 
 add_subdirectory(experimental)