Skip to content

Commit

Permalink
cmake: Remove spdylay
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Nov 15, 2020
1 parent da7959c commit 694c0a4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 49 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ find_package(LibXml2 2.6.26)
set(WITH_LIBXML2_DEFAULT ${LIBXML2_FOUND})
find_package(Jemalloc)
set(WITH_JEMALLOC_DEFAULT ${JEMALLOC_FOUND})
find_package(Spdylay 1.3.2)
set(WITH_SPDYLAY_DEFAULT ${SPDYLAY_FOUND})

include(CMakeOptions.txt)

Expand Down Expand Up @@ -220,8 +218,6 @@ else()
endif()
# jemalloc
set(HAVE_JEMALLOC ${JEMALLOC_FOUND})
# spdylay (for src/nghttpx and src/h2load)
set(HAVE_SPDYLAY ${SPDYLAY_FOUND})

if(ENABLE_ASIO_LIB)
find_package(Boost 1.54.0 REQUIRED system thread)
Expand Down Expand Up @@ -504,7 +500,6 @@ message(STATUS "summary of build options:
Libev: ${HAVE_LIBEV} (LIBS='${LIBEV_LIBRARIES}')
Libc-ares: ${HAVE_LIBCARES} (LIBS='${LIBCARES_LIBRARIES}')
Libevent(SSL): ${HAVE_LIBEVENT_OPENSSL} (LIBS='${LIBEVENT_OPENSSL_LIBRARIES}')
Spdylay: ${HAVE_SPDYLAY} (LIBS='${SPDYLAY_LIBRARIES}')
Jansson: ${HAVE_JANSSON} (LIBS='${JANSSON_LIBRARIES}')
Jemalloc: ${HAVE_JEMALLOC} (LIBS='${JEMALLOC_LIBRARIES}')
Zlib: ${HAVE_ZLIB} (LIBS='${ZLIB_LIBRARIES}')
Expand Down
1 change: 0 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-make \
cmakeconfig.h.in \
CMakeLists.txt \
CMakeOptions.txt \
cmake/FindSpdylay.cmake \
cmake/ExtractValidFlags.cmake \
cmake/FindJemalloc.cmake \
cmake/FindLibev.cmake \
Expand Down
40 changes: 0 additions & 40 deletions cmake/FindSpdylay.cmake

This file was deleted.

3 changes: 0 additions & 3 deletions cmakeconfig.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
/* Define to 1 if you have `libxml2` library. */
#cmakedefine HAVE_LIBXML2 1

/* Define to 1 if you have `spdylay` library. */
#cmakedefine HAVE_SPDYLAY 1

/* Define to 1 if you have `mruby` library. */
#cmakedefine HAVE_MRUBY 1

Expand Down

0 comments on commit 694c0a4

Please sign in to comment.