From: Vsevolod Stakhov Date: Sat, 26 Nov 2016 12:31:27 +0000 (+0000) Subject: [Minor] Another try to fix bloody gmime search path X-Git-Tag: 1.4.1~50 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2bc1d15750106f32c5830b2548e87d156d23210f;p=rspamd.git [Minor] Another try to fix bloody gmime search path --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 43711da6e..e5cb74698 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)