summaryrefslogtreecommitdiff
path: root/www/llhttp/files/patch-CMakeLists.txt
blob: 407e602780c2d6f561c8e58d096a4f174f17125c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- CMakeLists.txt.orig	2025-05-03 17:04:09 UTC
+++ CMakeLists.txt
@@ -92,9 +92,7 @@ if(BUILD_STATIC_LIBS)
   add_library(llhttp_static STATIC
       ${llhttp_src}
   )
-  if(BUILD_SHARED_LIBS)
-    add_library(llhttp::llhttp ALIAS llhttp_shared)
-  else()
+  if(NOT BUILD_SHARED_LIBS)
     add_library(llhttp::llhttp ALIAS llhttp_static)
   endif()
   config_library(llhttp_static)