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.
2 parents c845056 + 8bc9eda commit 4646f1eCopy full SHA for 4646f1e
cmake/SelectHTTPParser.cmake
@@ -1,6 +1,6 @@
1
# Optional external dependency: http-parser
2
if(USE_HTTP_PARSER STREQUAL "system")
3
- find_package(HTTP_Parser)
+ find_package(HTTPParser)
4
5
if(HTTP_PARSER_FOUND AND HTTP_PARSER_VERSION_MAJOR EQUAL 2)
6
list(APPEND LIBGIT2_SYSTEM_INCLUDES ${HTTP_PARSER_INCLUDE_DIRS})
0 commit comments