mirror of
https://github.com/nghttp2/nghttp2.git
synced 2025-12-07 02:28:53 +08:00
cmake: add python support
FindCython.cmake was taken from https://github.com/thewtex/cython-cmake-example. The UseCython module works, but since it is lacking an installation target setup.py will be used instead.
This commit is contained in:
@@ -23,7 +23,5 @@ option(WITH_SPDYLAY "Use spdylay"
|
||||
${WITH_SPDYLAY_DEFAULT})
|
||||
option(WITH_MRUBY "Use mruby")
|
||||
option(WITH_NEVERBLEED "Use neverbleed")
|
||||
set(CYTHON_PATH "" CACHE PATH "Use cython in given path")
|
||||
set(CYTHON "" CACHE FILEPATH "The Cython executable")
|
||||
|
||||
# vim: ft=cmake:
|
||||
|
||||
Reference in New Issue
Block a user