summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a71df57..2f21103 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)")