cmake: only install ASIO headers when requested
This commit is contained in:
parent
4d801cd696
commit
162b1c5e03
|
@ -1,5 +1,7 @@
|
||||||
install(FILES
|
if(ENABLE_ASIO_LIB)
|
||||||
nghttp2/asio_http2.h
|
install(FILES
|
||||||
nghttp2/asio_http2_client.h
|
nghttp2/asio_http2.h
|
||||||
nghttp2/asio_http2_server.h
|
nghttp2/asio_http2_client.h
|
||||||
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/nghttp2")
|
nghttp2/asio_http2_server.h
|
||||||
|
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/nghttp2")
|
||||||
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue