Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
16b6e3a9
Commit
16b6e3a9
authored
Nov 10, 2021
by
Edward Thomson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake: HTTP_Parser is now HTTPParser
parent
19e99de0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
cmake/FindHTTPParser.cmake
+0
-0
src/CMakeLists.txt
+1
-1
No files found.
cmake/FindHTTP
_
Parser.cmake
→
cmake/FindHTTPParser.cmake
View file @
16b6e3a9
File moved
src/CMakeLists.txt
View file @
16b6e3a9
...
...
@@ -169,7 +169,7 @@ endif()
# Optional external dependency: http-parser
if
(
USE_HTTP_PARSER STREQUAL
"system"
)
find_package
(
HTTP
_
Parser
)
find_package
(
HTTPParser
)
if
(
HTTP_PARSER_FOUND AND HTTP_PARSER_VERSION_MAJOR EQUAL 2
)
list
(
APPEND LIBGIT2_SYSTEM_INCLUDES
${
HTTP_PARSER_INCLUDE_DIRS
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment