Skip to content
Snippets Groups Projects
Commit 7c184e1c authored by Adrien Béraud's avatar Adrien Béraud
Browse files

Revert "build/cmake: accept both llhttp and libllhttp"

This reverts commit 7cf43f53.
parent 4aa41780
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment