~singpolyma/biboumi

349dc06e91bd1b944bd2a1770dba7b7a3a67ce61 — Florent Le Coz 10 years ago 800d7df
Silence warnings coming from Botan headers
1 files changed, 1 insertions(+), 1 deletions(-)

M CMakeLists.txt
M CMakeLists.txt => CMakeLists.txt +1 -1
@@ 39,7 39,7 @@ if(SYSTEMDDAEMON_FOUND)
endif()

if(BOTAN_FOUND)
  include_directories(${BOTAN_INCLUDE_DIRS})
  include_directories(SYSTEM ${BOTAN_INCLUDE_DIRS})
endif()

set(POLLER_DOCSTRING "Choose the poller between POLL and EPOLL (Linux-only)")