Skip to content

Commit 4646f1e

Browse files
authored
Merge pull request libgit2#6217 from mgorny/sys-httpparser
cmake: Fix package name for system http-parser
2 parents c845056 + 8bc9eda commit 4646f1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/SelectHTTPParser.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Optional external dependency: http-parser
22
if(USE_HTTP_PARSER STREQUAL "system")
3-
find_package(HTTP_Parser)
3+
find_package(HTTPParser)
44

55
if(HTTP_PARSER_FOUND AND HTTP_PARSER_VERSION_MAJOR EQUAL 2)
66
list(APPEND LIBGIT2_SYSTEM_INCLUDES ${HTTP_PARSER_INCLUDE_DIRS})

0 commit comments

Comments
 (0)