]> git.ipfire.org Git - thirdparty/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:50 +0000 (12:31 +0000)
CMakeLists.txt

index 06c4e4b18d772bd95111e5a72f83a432f9e07744..e6acc590ec0082e53c3ebb5e98b547568cf62a66 100644 (file)
@@ -666,8 +666,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)