]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Another try to fix bloody gmime search path
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 26 Nov 2016 12:31:27 +0000 (12:31 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 26 Nov 2016 12:31:27 +0000 (12:31 +0000)
CMakeLists.txt

index 43711da6eab95c63f60fcbd191bc9aa7cd7ce4cb..e5cb74698460d433fb8c7ff87e638cfefaddec74 100644 (file)
@@ -671,8 +671,8 @@ IF(ENABLE_JEMALLOC MATCHES "ON")
        SET(WITH_JEMALLOC "1")
 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/gmime include/gmime-2.4/gmime include/gmime-2.6/gmime
+       INCLUDE gmime/gmime.h
+       INCLUDE_SUFFIXES include/gmime include/gmime-2.0 include/gmime-2.4 include/gmime-2.6
        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)