Skip to content

Commit

Permalink
Merge pull request #3 from srinarasi/cmake
Browse files Browse the repository at this point in the history
Remove unused ENABLE_ASIO_LIB flag
  • Loading branch information
srinarasi authored Aug 11, 2022
2 parents 93561f4 + b3b5abf commit e877868
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions lib/includes/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
if(ENABLE_ASIO_LIB)
install(FILES
nghttp2/asio_http2.h
nghttp2/asio_http2_client.h
nghttp2/asio_http2_server.h
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/nghttp2")
endif()
install(FILES
nghttp2/asio_http2.h
nghttp2/asio_http2_client.h
nghttp2/asio_http2_server.h
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/nghttp2")

0 comments on commit e877868

Please sign in to comment.