From b3b5abf5e102a39d192d994c55ea9a065243e040 Mon Sep 17 00:00:00 2001 From: Bhargava Srinarasi Date: Thu, 11 Aug 2022 19:15:43 +0200 Subject: [PATCH] Remove unused flag --- lib/includes/CMakeLists.txt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/lib/includes/CMakeLists.txt b/lib/includes/CMakeLists.txt index 3d77d6c..b4720c6 100644 --- a/lib/includes/CMakeLists.txt +++ b/lib/includes/CMakeLists.txt @@ -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")