Skip to content

Commit

Permalink
Revert "build/cmake: accept both llhttp and libllhttp"
Browse files Browse the repository at this point in the history
This reverts commit 7cf43f5.
  • Loading branch information
Adrien Béraud committed Nov 26, 2024
1 parent 4aa4178 commit 7c184e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ if (NOT MSVC)

# llhttp
find_path(LLHTTP_INCLUDE_DIR llhttp.h)
find_library(LLHTTP_LIBRARY NAMES llhttp libllhttp)
find_library(LLHTTP_LIBRARY libllhttp)
if (LLHTTP_INCLUDE_DIR AND LLHTTP_LIBRARY)
message(STATUS "Found llhttp ${LLHTTP_INCLUDE_DIR} ${LLHTTP_LIBRARY}")
add_library(llhttp_static STATIC IMPORTED)
Expand Down

0 comments on commit 7c184e1

Please sign in to comment.