Skip to content

Commit 16b6e3a

Browse files
committed
cmake: HTTP_Parser is now HTTPParser
1 parent 19e99de commit 16b6e3a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ endif()
169169

170170
# Optional external dependency: http-parser
171171
if(USE_HTTP_PARSER STREQUAL "system")
172-
find_package(HTTP_Parser)
172+
find_package(HTTPParser)
173173

174174
if(HTTP_PARSER_FOUND AND HTTP_PARSER_VERSION_MAJOR EQUAL 2)
175175
list(APPEND LIBGIT2_SYSTEM_INCLUDES ${HTTP_PARSER_INCLUDE_DIRS})

0 commit comments

Comments
 (0)