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
b7220f07
Commit
b7220f07
authored
Jun 08, 2019
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cmake: Remove SPDY related files
parent
a1556fd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
12 deletions
+0
-12
src/CMakeLists.txt
src/CMakeLists.txt
+0
-12
No files found.
src/CMakeLists.txt
View file @
b7220f07
...
...
@@ -13,7 +13,6 @@ include_directories(
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/../third-party/llhttp/include"
${
JEMALLOC_INCLUDE_DIRS
}
${
SPDYLAY_INCLUDE_DIRS
}
${
LIBXML2_INCLUDE_DIRS
}
${
LIBEV_INCLUDE_DIRS
}
${
OPENSSL_INCLUDE_DIRS
}
...
...
@@ -26,7 +25,6 @@ include_directories(
link_libraries
(
nghttp2
${
JEMALLOC_LIBRARIES
}
${
SPDYLAY_LIBRARIES
}
${
LIBXML2_LIBRARIES
}
${
LIBEV_LIBRARIES
}
${
OPENSSL_LIBRARIES
}
...
...
@@ -69,11 +67,6 @@ if(ENABLE_APP)
h2load_http2_session.cc
h2load_http1_session.cc
)
if
(
HAVE_SPDYLAY
)
list
(
APPEND H2LOAD_SOURCES
h2load_spdy_session.cc
)
endif
()
# Common libnhttpx sources (used for nghttpx and unit tests)
...
...
@@ -117,11 +110,6 @@ if(ENABLE_APP)
shrpx_dns_tracker.cc
xsi_strerror.c
)
if
(
HAVE_SPDYLAY
)
list
(
APPEND NGHTTPX_SRCS
shrpx_spdy_upstream.cc
)
endif
()
if
(
HAVE_MRUBY
)
list
(
APPEND NGHTTPX_SRCS
shrpx_mruby.cc
...
...
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