aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-11-26 12:18:31 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-11-26 12:19:24 +0000
commitb74d2ce530731a015314e3eb81f034a61555f843 (patch)
treef169466089c503b206b69e0166dc9aecbfe14dc4
parent6d4ae4e88e53223b4b2ae646d5cf3fa4703f42e0 (diff)
downloadrspamd-b74d2ce530731a015314e3eb81f034a61555f843.tar.gz
rspamd-b74d2ce530731a015314e3eb81f034a61555f843.zip
[Minor] More fixes for bloody gmime
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e7f93ae2c..43711da6e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -672,7 +672,7 @@ IF(ENABLE_JEMALLOC MATCHES "ON")
ENDIF()
ProcessPackage(GMIME LIBRARY gmime-2.6 gmime-2.4 gmime-2.2 gmime-2
INCLUDE gmime.h
- INCLUDE_SUFFIXES include/gmime include/gmime-2.0 include/gmime-2.4 include/gmime-2.6
+ INCLUDE_SUFFIXES include/gmime include/gmime-2.0/gmime include/gmime-2.4/gmime include/gmime-2.6/gmime
ROOT ${GMIME_ROOT_DIR} MODULES gmime-2.6 gmime-2.4 gmime-2.0)
ProcessPackage(LIBEVENT LIBRARY event INCLUDE event.h INCLUDE_SUFFIXES include/event
ROOT ${LIBEVENT_ROOT_DIR} MODULES event libevent)