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.
1 parent 24d80cd commit 1f23986Copy full SHA for 1f23986
CMakeLists.txt
@@ -92,9 +92,7 @@ if(BUILD_STATIC_LIBS)
92
add_library(llhttp_static STATIC
93
${llhttp_src}
94
)
95
- if(BUILD_SHARED_LIBS)
96
- add_library(llhttp::llhttp ALIAS llhttp_shared)
97
- else()
+ if(NOT BUILD_SHARED_LIBS)
98
add_library(llhttp::llhttp ALIAS llhttp_static)
99
endif()
100
config_library(llhttp_static)
0 commit comments