Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
69343131
Commit
69343131
authored
Oct 15, 2021
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix cmake build
parent
f3fca2a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
CMakeLists.txt
CMakeLists.txt
+3
-0
cmakeconfig.h.in
cmakeconfig.h.in
+3
-0
No files found.
CMakeLists.txt
View file @
69343131
...
...
@@ -63,6 +63,9 @@ find_package(Libcares 1.7.5)
find_package
(
ZLIB 1.2.3
)
find_package
(
Libngtcp2 0.0.0
)
find_package
(
Libngtcp2_crypto_openssl 0.0.0
)
if
(
LIBNGTCP2_CRYPTO_OPENSSL_FOUND
)
set
(
HAVE_LIBNGTCP2_CRYPTO_OPENSSL 1
)
endif
()
find_package
(
Libnghttp3 0.0.0
)
find_package
(
Libbpf 0.4.0
)
if
(
OPENSSL_FOUND AND LIBEV_FOUND AND ZLIB_FOUND
)
...
...
cmakeconfig.h.in
View file @
69343131
...
...
@@ -87,3 +87,6 @@
/* Define to 1 if you have enum bpf_stats_type in linux/bpf.h. */
#cmakedefine HAVE_BPF_STATS_TYPE 1
/* Define to 1 if you have `libngtcp2_crypto_openssl` library. */
#cmakedefine HAVE_LIBNGTCP2_CRYPTO_OPENSSL
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